[R] Turning off axis annotation?

Uwe Ligges ligges at statistik.uni-dortmund.de
Mon Oct 9 08:03:06 CEST 2000


"Redding, Matthew" wrote:

> I suppose the other element of the puzzle that I am after, is how do I
> switch off the numbers on the xscale, so that an axis appears, and tick
> marks but no numbers?

What about

  plot(1:10, xaxt="n")
  axis(1, labels=FALSE)

?


Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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