xtable.CrossTable {descr} | R Documentation |
The method creates an object of class xtable.
## S3 method for class 'CrossTable' xtable(x, multirow = FALSE, hline = FALSE, caption = NULL, label = NULL, align = NULL, digits = 1, display = NULL, ...)
x |
A object of class CrossTable. |
multirow |
A logical value indicating whether the command \multirowshould be added to the table. See the Details section below. |
hline |
A logical value indicating whether the command \hlineshould be added to the table. See the Details section below. |
caption |
See |
label |
See |
align |
See |
display |
See |
digits |
See |
... |
Further arguments to be passed to |
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
.
Jakson A. Aquino jalvesaq@gmail.com
CrossTable
, crosstab
,
print.xtable
.