Skip to content
Prev 11280 / 398502 Next

Ticks on x axis

Frank Gerrit Zoellner wrote:
Try

 plot(0:360, xaxt="n")
 axis(1, at=seq(0,360,10))

or

 plot(0:360, xaxt="n")
 axis(1, at=seq(0,360,10), cex.axis=0.7, las=2)


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