log plots fail with NAs (PR#141)

Peter Dalgaard BSA p.dalgaard@biostat.ku.dk
11 Mar 1999 17:38:46 +0100


oncley@ucar.edu writes:

> Shouldn't this work, but only plot 2 points?
> 
> > plot(c(1,NA,10),log="y")
> Error: missing value where logical needed

Yes. Inside xy.coords, we have

if ("y" %in% log && any(ii <- y <= 0))
                              ^^^^^^

make that y <= 0 & !is.na(y)
                 ^^^^^^^^^^^

(and ditto for x)

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk)             FAX: (+45) 35327907
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._