Skip to content
Prev 3119 / 63421 Next

'at' parameter in mtext(.., adj=0, outer=T) (PR#396)

On Mon, 10 Jan 2000 john.maindonald@anu.edu.au wrote:

            
I am afraid this is documentation confusion. There are no user
coordinates in the outer margins, and at works like adj if outer=TRUE.
Indeed the example

mtext(side=1,line=0.5,"Outer text",outer=T, adj=0)

does work correctly for me: specifying adj=0 means put it at the extreme
left, adj=1 at the extreme right, and adj=0 to centre it (on the
display region, not the figure region).

I will re-write the documentation.