prTable {tablesgg} | R Documentation |
Create or Update a Fully Styled Table Ready for Plotting
Description
Create or update a prTable
object, a fully styled (plot-ready)
table. This is an S3 generic. It and its methods are internal functions,
not intended to be called by package users.
Usage
prTable(x, ...)
Arguments
x |
An object to be converted to a plot-ready table. |
... |
Additional arguments passed to specific methods. |
Value
An object of S3 class prTable
. See prTable.prEntries
for
the structure of this object.
[Package tablesgg version 0.9-1 Index]