Displaying 1 result from an estimated 1 matches for "hilox".
Did you mean:
hilo
2009 Jul 23
2
Antw: How to extract the upper xlim and ylim of my plot?
You may want to use the function corner.label from the plotrix-package.
Frank
>>> Mark Na <mtb954@gmail.com> 21.07.2009 23:03 >>>
Dear R-helpers,
I wish to place some text in a plot, at approx 10% of my upper xlim
and
approx 90% of my upper ylim, i.e.
> plot(log(all$SR,10)~log(all$AREA,10))
> text(.1*max(xlim),.9*max(ylim),"text to be placed")
(I know