summary.pltdTable: Summarize the Dimensions and Options of a Plotted Table

View source: R/summary.bare.R

summary.pltdTableR 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 pltdTable object, a plotted 2D data summary table.

...

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 ?adim for details about this grid.

parts

Data frame with one row for each table part, giving the dimensions of the part, in columns nr, nc.

mergeRuns, rowheadInside, rowgroupSize, scale, plot.margin, sizeAdjust

Display options used by the table. See plot.textTable for their meaning.

See Also

adim, plot.textTable

Examples

ttbl <- textTable(iris2_tab, title="Summary statistics for the iris data")
plt <- plot(ttbl, rowheadInside=TRUE)
summary(plt)
  

tablesgg documentation built on June 22, 2024, 11:02 a.m.