[R] problem with xaxt="n"

Emmanuel Paradis paradis at isem.univ-montp2.fr
Fri Mar 3 12:08:43 CET 2000


Dear All,

Under WinNT4.0sp5 using the binaries downloaded from CRAN (version 1.0.0),
if I want to do a plot without the tick-marks and numbers on the x-axis,
the following:

> x <- rnorm(10)
> y <- rnorm(10)
> plot(x, y, xaxt="n")

does not give what I expect, i.e. it gives the same than "plot(x, y)".
However, the following works:

> par(xaxt="n")
> plot(x, y)

(i.e. nothing but the "x" label on the x-axis). Note that with version
0.99.0 the first bit of code works fine. I have seen nothing related to a
change in setting xaxt in the annoucement files. I do not have R installed
on another OS down here, so I cannot say if it is OS-related or not.

Best,

Emmanuel Paradis
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list