[R] Adding a table to a plot area

Gabor Grothendieck ggrothendieck at gmail.com
Sat Sep 22 00:52:24 CEST 2007


legend can be made to do that:

plot(1:10)
legend("topleft", LETTERS[1:6], ncol = 2)


On 9/21/07, Judith Flores <juryef at yahoo.com> wrote:
> Is there a command to insert a table into the plot
> area other that using text?
>
> Thank you.
>
>
>      ____________________________________________________________________________________
> Luggage? GPS? Comic books?
>
> ______________________________________________
> 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