View source: R/plot.textTable.bare.R
| plot.tabular | R Documentation |
tabular Objects A plot method for tabular objects, which represent a 2D data
summary table. The table is displayed using ggplot2 graphics.
## S3 method for class 'tabular'
plot(x, ...)
x |
An object of class |
... |
Additional arguments passed to |
This function is a simple wrapper that first converts x to a
textTable object, and then plots that object.
An object of S3 class pltdTable, inheriting from ggplot.
See the documentation for plot.textTable for more information.
plot.textTable, format.tabular,
textTable.tabular
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.