plot.pltdTable: 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 pltdTable
plot(x, ...)
Arguments
- x
A pltdTable
object, representing a table.
- ...
Additional arguments passed to print.pltdTable
.