xtable.CrossTable {descr} | R Documentation |
CrossTable method for xtable
Description
The method creates an object of class xtable.
Usage
## S3 method for class 'CrossTable'
xtable(x, caption = NULL, label = NULL,
align = NULL, digits = NULL, display = NULL,
auto = FALSE, multirow = FALSE, hline = FALSE, ...)
Arguments
x |
A object of class CrossTable. |
caption |
See |
label |
See |
align |
See |
display |
See |
digits |
See |
auto |
See |
multirow |
A logical value indicating whether the command
|
hline |
A logical value indicating whether the command
|
... |
Further arguments to be passed to |
Details
If either multirow
or hline
is TRUE
, the
sanitize.text.function
argument of print.xtable
must be defined. You will also have to add \usepackage{multirow}
to
your Rnoweb document. See the Example
section of
crosstab
.
Author(s)
Jakson A. Aquino jalvesaq@gmail.com
See Also
CrossTable
, crosstab
,
print.xtable
.