Re: [R] Antw: How to extract the upper xlim and ylim of my plot?

2009-07-31 Thread 1Rnwb
use hilox<-range.x=range(x variable) and hiloy<-range.y=range(y variable) or store these values in vectors to be later on user as xlim=hilox, ylim=hiloy Frank Bloos wrote: > > You may want to use the function corner.label from the plotrix-package. > > Frank > Mark Na 21.07.2009 23:03 >

Re: [R] Antw: How to extract the upper xlim and ylim of my plot?

2009-07-23 Thread Uwe Ligges
Frank Bloos wrote: You may want to use the function corner.label from the plotrix-package. Frank Mark Na 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)) t

[R] Antw: How to extract the upper xlim and ylim of my plot?

2009-07-22 Thread Frank Bloos
You may want to use the function corner.label from the plotrix-package. Frank >>> Mark Na 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),