Skip to content
Prev 172791 / 398502 Next

including tabular information with a plot in R Graphics

R User R User wrote:
Hi Richie,
You can add a table to a plot with "addtable2plot" in the plotrix 
package, as well as the other suggestions already offered. This places a 
table on the plot itself. If you want to mix plots and tables in an 
output listing, the prettyR package includes "htmlize" and "R2html" to 
convert the output of a script into HTML, and "delim.table" that can put 
HTML tables into the same file.

Jim