Displaying 2 results from an estimated 2 matches for "georgeshirreff".
2012 Jul 03
1
Problem using mtext to write onto a jpeg
Dear all,
I am trying to write figures directly to a file using the jpeg() function.
this_ylab=expression(paste("P",sep="")~lambda)
this_xlab=expression(rho)
jpeg("file_name.jpeg",width=100,height=100,units="mm",res=300)
plot(input_values,output_values,pch=16,cex=cex_pt,xlab="",frame.plot=T,ann=F,axes=F)
axis(side=2)
2012 Jan 18
2
How do I exactly align the right hand side of "mtext" relative to a plot device? Beyond "adj".
Hi,
I have a problem with aligning text which I'm adding to a plot using
"mtext". I would like to specify the position of the right hand end of the
text string, relative to the device (in the left-right direction).
I've been looking at the use of the argument "adj". But this can't be used
to specify the rightmost point of the text. Neither does it specify exactly