Skip to content
Prev 286980 / 398498 Next

Computing line= for mtext

Frank,

maybe I'm not understanding something right... you say right-justify
in the right margin, meaning justify against the very right edge of
the plot margin area? Since you're setting your right margin to 5, why
not just

mtext(s, side=4, las=1, at=5, adj=1, line = 5, cex=1)
mtext(s, side=4, las=1, at=7, adj=1, line = 5,  cex=2)

i.e. set the line argument to the right margin?

Peter
On Thu, Mar 1, 2012 at 3:52 PM, Frank Harrell <f.harrell at vanderbilt.edu> wrote: