search for: bncc

Displaying 1 result from an estimated 1 matches for "bncc".

Did you mean: bcc
2008 Jun 13
1
overlaid transparent histograms
...r this version of the plot? --8<---------------cut here---------------start------------->8--- ## Non-working version data(lexdec, package="languageR") g <- ggplot(lexdec) g + geom_histogram(aes(x=log(BNCw), fill = alpha("red", .5))) + geom_histogram(aes(x=log(BNCc), fill = alpha("blue", .5))) --8<---------------cut here---------------end--------------->8--- 2) Does anyone have a way to accomplish the same thing in lattice? I saw the post at http://www.nabble.com/Overlay-plots-from-different-data-sets-using-the-Lattice-package-tp148244...