| table.attributes | R Documentation |
Functions retrieving or setting table attributes for the supplied object of class "xtable".
caption(x,...)
caption(x) <- value
label(x,...)
label(x) <- value
align(x,...)
align(x) <- value
digits(x,...)
digits(x) <- value
display(x,...)
display(x) <- value
x |
An |
value |
The value of the corresponding attribute. |
... |
Additional arguments. (Currently ignored.) |
These functions retrieve or set table attributes of the object x of class "xtable". See
xtable for a description of the options.
David Dahl dahl@stat.byu.edu with contributions and suggestions from many others (see source code).
xtable, print.xtable
autoformat, xalign, xdigits,
xdisplay
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.