Plot a table on the current graphic device. Useful for risk tables.
matrix
, it is transposed on the graphic device. The column names
correspond to the y labels and the row names to the x labels.
character(1)
, plot title.
character(1)
, x-axis label.
character(1)
, y-axis label.
numeric, where to plot the rows of
x`.
numeric(2)
, limits of the x-axis.
numeric(2)
, limits of the y-axis.
logical(1)
, should the column names used to labels the
y-axis (default: TRUE
)?
integer
/character
, specifying the color for each y/column
label.
logical(1)
, should the x-axis be plotted (default: TRUE
)?
numeric(1)
, character expansion factor for the x-axis
labels, see par()
for details.
numeric(1)
, character expansion factor for the y-axis
labels, see par()
for details.
numeric(1)
, character expansion factor for the cell content
labels, see par()
for details.
further arguments passed to plot.default()
.
nothing, used for its side-effects (plotting).