[R] margin problems?
Jim Lemon
bitwrit at ozemail.com.au
Tue May 1 13:28:48 CEST 2001
Greg Trafton wrote:
> ...How do I change the margin for the y axis? I've tried mai and mar, but they
> don't seem to do anything...
This worked on my setup:
> par(mar=c(5,8,4,2))
> plot(1:10)
> process.names <- c("Makeprod-data", "Makeprod-QMM", "Search", + "Download",
"View Data", "View QMM", "Consult", "Stop", "Misfire", + "Misfire", "Unknown")
> par(las=1)
> axis(2,1:11,labels=process.names)
Hope this helps,
Jim
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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