gplot.table | R Documentation |
table
objectsThis is a method of the generic gplot
function for (contingency)
table
objects. Whereas for two- and more dimensional tables,
a mosaicplot
is drawn, one-dimensional ones are plotted as
bars.
## S3 method for class 'table'
gplot(
x,
type = "h",
ylim = c(0, max(x)),
lwd = 2,
xlab = NULL,
ylab = NULL,
frame.plot = is.num,
...,
grid = TRUE,
col.grid = "grey90",
col.acc = "white"
)
x |
a |
type |
plotting type. |
ylim |
range of y-axis. |
lwd |
line width for bars when |
xlab, ylab |
x- and y-axis labels. |
frame.plot |
logical indicating if a frame ( |
... |
further graphical arguments, see |
grid |
logical; if |
col.grid |
|
col.acc |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.