table.attributes {xtable} | R Documentation |
Functions retrieving or setting table attributes for the supplied object of class xtable
.
caption(x) caption(x) <- table.title label(x) label(x) <- table.label align(x) align(x) <- column.alignment digits(x) digits(x) <- column.digits display(x) display(x) <- column.format
x |
An xtable object. |
These functions retrieve or set table attributes of the object x
of class xtable
. See
xtable
for a description of the options.
David Dahl dbdahl@stat.wisc.edu