summary.pltdTable {tablesgg} | R Documentation |
Summarize the Dimensions and Options of a Plotted Table
Description
Summarize the dimensions and display options of a plotted table.
Usage
## S3 method for class 'pltdTable'
summary(object, ...)
Arguments
object |
A |
... |
Additional arguments, ignored with a warning. (Included for compatibility with the generic.) |
Details
There is a print method for objects of the returned class.
Value
An object of S3 class summary.pltdTable
. It is a list with
components
adim |
Dimensions of the augmented row-column grid for the table. See
|
parts |
Data frame with one row for each table part, giving the dimensions of the
part, in columns |
mergeRuns , rowheadInside , rowgroupSize , scale , plot.margin , sizeAdjust |
Display options used by the table. See |
See Also
Examples
ttbl <- textTable(iris2_tab, title="Summary statistics for the iris data")
plt <- plot(ttbl, rowheadInside=TRUE)
summary(plt)
[Package tablesgg version 0.9-1 Index]