Previously, I wasn't aware that axis() supports "las" arguments, and as a result, I used axis() for the ticks and mtext() to rotate the labels perpendicular to the axis. Now, I hope to cleanup my codes by combining the axis() and mtext() codes into a single axis(), the only issue is that much of my mtext() codes set the "line" argument to some values. The "line" argument in axis() doesn't work the same way according to the help page, is there an equivalent argument in axis() that functions identically to the "line" argument in mtext() ?
2009/4/6 Uwe Ligges <lig...@statistik.tu-dortmund.de>: > > > Daren Tan wrote: >> >> Is there a similar argument for axis that controls the position of >> labels via line argument in mtext ? > > At least in my version of the help page of mtext() everything about that is > described. What is your problem with ?mtext and the "line" argument? > > Uwe Ligges > >> ______________________________________________ >> R-help@r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. > ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.