Is there a command to insert a table into the plot area other that using text? Thank you. ____________________________________________________________________________________ Luggage? GPS? Comic books?
Judith Flores wrote:> Is there a command to insert a table into the plot > area other that using text? > > Thank you.To me the only completely satisfying approach is to use LaTeX and psfrag in you want great alignment and other features. A howto with R is at http://biostat.mc.vanderbilt.edu/PsFrag . This uses the fragmaster perl script which runs LaTeX from within R to make the final graphics file self-contained. Frank -- Frank E Harrell Jr Professor and Chair School of Medicine Department of Biostatistics Vanderbilt University
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. >