[R] making annotations on graph window

Gabor Grothendieck ggrothendieck at gmail.com
Fri Nov 30 16:22:52 CET 2007


Try:

plot(Sepal.Length ~ Sepal.Width, iris)
legend("topleft", capture.output(summary(iris[1:2])), cex = 0.7)


On Nov 30, 2007 10:16 AM, Felipe Carrillo <mazatlanmexico at yahoo.com> wrote:
> Hello all:
> Is it possible to make annotations such as the
> summary(sd,mean,min,max)programmatically on the graph window?
>
> Felipe D. Carrillo
>  Fishery Biologist
>  US Fish & Wildlife Service
>  California, USA
>
>
>
>      ____________________________________________________________________________________
> Never miss a thing.  Make Yahoo your home page.
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list