Skip to content
Prev 176201 / 398503 Next

line argument in mtext for axis ?

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 <ligges at statistik.tu-dortmund.de>: