plot.pltdTable {tablesgg}R Documentation

Display a pltdtable Object on a Graphics Device

Description

Display a pltdTable object on a graphics device. This is an alias for print.pltdTable. This is an internal function, not intended to be called by package users.

Usage

## S3 method for class 'pltdTable'
plot(x, ...)

Arguments

x

A pltdTable object, representing a table.

...

Additional arguments passed to print.pltdTable.

Value

x, invisibly.

See Also

print.pltdTable


[Package tablesgg version 0.9-1 Index]