? 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 graph some text > with an arrow > pointing to a specific position of the plotted > function. > Is this doable in R? Can anyone provide me with an > example? > Many thanks > > Lorenzo ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.