[R] barplot and missing values?
Uwe Ligges
ligges at statistik.uni-dortmund.de
Sat Jun 4 16:07:21 CEST 2005
Dan Bolser wrote:
[all previous stuff deleted]
I see, what comes out of this longish thread is:
- barplot() and barplot2() both have deficiencies for you particular
examples, so it is time to provide patches for both barplot() and
barplot2() (for the latter, you might want to contact the package
maintainer as well) ...
- Please provide *reproducible* examples (yours was not, because
"log='y'" was missing). Hence the relevant example we were obviously
talking about is:
y <- c(2,4,6,8,NA,NA,NA,NA,18)
barplot(y, log="y")
library(gplots)
barplot2(y, log="y")
Uwe Ligges
More information about the R-help
mailing list