Re: [R] Arrows Pointing to Curve

2007-09-27 Thread P Ehlers
You might also look at ?Arrows in package IDPmisc and ?p.arrows in package sfsmisc. - Peter Ehlers > --- Lorenzo Isella <[EMAIL PROTECTED]> wrote: > >> Dear All, >> I hope this is not a FAQ, but my online research was >> not fruitful. >> Consider a standard 2D plot generated with the >> "plot

Re: [R] Arrows Pointing to Curve

2007-09-27 Thread Frank E Harrell Jr
Dylan Beaudette wrote: > On Wednesday 26 September 2007, Lorenzo Isella wrote: >> Dear All, >> I hope this is not a FAQ, but my online research was not fruitful. >> Consider a standard 2D plot generated with the "plot" command. >> I would like to introduce inside the graph some text with an arrow >

Re: [R] Arrows Pointing to Curve

2007-09-27 Thread John Kane
? arrows plot(1:10) text(2,5, "Point") arrows(3,5, 4.5, 5) --- Lorenzo Isella <[EMAIL PROTECTED]> wrote: > Dear All, > I hope this is not a FAQ, but my online research was > not fruitful. > Consider a standard 2D plot generated with the > "plot" command. > I would like to introduce inside the gr

Re: [R] Arrows Pointing to Curve

2007-09-26 Thread Dylan Beaudette
On Wednesday 26 September 2007, Lorenzo Isella wrote: > Dear All, > I hope this is not a FAQ, but my online research was not fruitful. > Consider a standard 2D plot generated with the "plot" command. > I would like to introduce inside the graph some text with an arrow > pointing to a specific posit