[R] barplot and missing values?

Dan Bolser dmb at mrc-dunn.cam.ac.uk
Sat Jun 4 16:54:24 CEST 2005


On Sat, 4 Jun 2005, Uwe Ligges wrote:

>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")
>


Sorry bout that. Thanks again!

Dan.

>
>Uwe Ligges
>
>




More information about the R-help mailing list