Re: [R] making a plot

2014-10-20 Thread Enrico Colosimo
Thanks David and Adrés, it worked fine. Enrico. 2014-10-20 15:37 GMT-02:00 David Winsemius : > > On Oct 20, 2014, at 8:24 AM, Andrés Aragón wrote: > > > Enrico, > > > > This may help you: > > > > text(locator(1), "*", cex=1.5,adj=0.5 > > > > and > > > > text(locator(1), "º", cex=1.5,adj=0.5 >

Re: [R] making a plot

2014-10-20 Thread David Winsemius
On Oct 20, 2014, at 8:24 AM, Andrés Aragón wrote: > Enrico, > > This may help you: > > text(locator(1), "*", cex=1.5,adj=0.5 > > and > > text(locator(1), "º", cex=1.5,adj=0.5 Why not just use the values of x2 and y2 that were given to segments: > text( (ano+ranges)[1:3], 1:3, "*", cex=1.5,

Re: [R] making a plot

2014-10-20 Thread Andrés Aragón
Enrico, This may help you: text(locator(1), "*", cex=1.5,adj=0.5 and text(locator(1), "º", cex=1.5,adj=0.5 Draw your plot, then write the code, locate the cursor on your plot, put the symbols where you want itl and click. Regards, Andrés PS ?locator 2014-10-20 9:46 GMT-05:00 Enrico C