[Rd] Axis mishandling missing values (PR#446)

murdoch@stats.uwo.ca murdoch@stats.uwo.ca
Wed, 16 Feb 2000 22:35:07 +0100 (MET)


Full_Name: Duncan Murdoch
Version: 0.99.0
OS: Windows
Submission from: (NULL) (129.100.45.113)


Graphics/442 talks about rug() extending the axis when the range of new values
is bigger than the plot.  This also happens if there are NAs in the data:

x <- c(rnorm(10),NA)
hist(x)
rug(x)

will make the x axis extending off the page to the left.  This seems to be a bug
in axis(at=x), which should either ignore missing values or abort.

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._