powered by
Summarize the dimensions and display options of a plotted table.
# S3 method for pltdTable summary(object, ...)
An object of S3 class summary.pltdTable. It is a list with components
summary.pltdTable
Dimensions of the augmented row-column grid for the table. See ?adim for details about this grid.
?adim
Data frame with one row for each table part, giving the dimensions of the part, in columns nr, nc.
nr
nc
Display options used by the table. See plot.textTable for their meaning.
plot.textTable
A pltdTable object, a plotted 2D data summary table.
pltdTable
Additional arguments, ignored with a warning. (Included for compatibility with the generic.)
There is a print method for objects of the returned class.
adim, plot.textTable
adim
ttbl <- textTable(iris2_tab, title="Summary statistics for the iris data") plt <- plot(ttbl, rowheadInside=TRUE) summary(plt)
Run the code above in your browser using DataLab