plot.CrossTable | R Documentation |
This function receives a CrossTable
object as its main
argument and produces a mosaicplot.
## S3 method for class 'CrossTable'
plot(x, xlab, ylab, main = "", col,
inv.x = FALSE, inv.y = FALSE, ...)
x |
A object of class CrossTable. |
xlab |
See |
ylab |
See |
main |
See |
col |
A specification for the default plotting color. (See section
‘Color Specification’ of |
inv.x |
A logical value indicating whether the order of the levels of
the |
inv.y |
A logical value indicating whether the order of the levels of
the |
... |
Further arguments to be passed to
|
Jakson A. Aquino jalvesaq@gmail.com
CrossTable
, crosstab
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.