There is an addtable2plot function in the plotrix package, which is on
CRAN and can be installed using install.packages or other standard
ways of installing packages.

If you need the table to line up with parts of the plot then you could
leave extra margin area and call the axis function multiple times
(without plotting the line or tick marks and on different line
numbers) to place the table elements.  Or use the mtext function to
place the individual elements in the margin.  Both could benefit from
using a loop.

On Fri, May 23, 2014 at 8:38 AM, Helen Gao <helengao...@gmail.com> wrote:
> Dear all,
>
> If you know how to add a table under a plot, could you please send me your
> code?
>
> In R documentation, there is a function addtable2plot{}, do you know where
> to download the function?
>
> Thank you in advance,
> Helen
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> 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.



-- 
Gregory (Greg) L. Snow Ph.D.
538...@gmail.com

______________________________________________
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.

Reply via email to