X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pkg%2Fman%2Fprint.xtable.Rd;h=1f7271e8368daf165d398e98a4e63c7c159e2db0;hb=c699f03513d2a2e049cb9beb7da90e4c927d4029;hp=03faef6bc331bf119ddb19c4cd8a936f9b57a286;hpb=22a6b6929c607f5505c05931c5473c841fa8868a;p=xtable.git diff --git a/pkg/man/print.xtable.Rd b/pkg/man/print.xtable.Rd index 03faef6..1f7271e 100644 --- a/pkg/man/print.xtable.Rd +++ b/pkg/man/print.xtable.Rd @@ -32,6 +32,7 @@ rotate.rownames=getOption("xtable.rotate.rownames", FALSE), rotate.colnames=getOption("xtable.rotate.colnames", FALSE), booktabs = getOption("xtable.booktabs", FALSE), + scalebox = getOption("xtable.scalebox", NULL), ...)} \arguments{ \item{x}{An object of class \code{"xtable"}.} @@ -70,6 +71,7 @@ \item{rotate.rownames}{If \code{TRUE}, the row names are displayed vertically in LaTeX.} \item{rotate.colnames}{If \code{TRUE}, the column names are displayed vertically in LaTeX.} \item{booktabs}{If \code{TRUE}, the \code{toprule}, \code{midrule} and \code{bottomrule} tags from the LaTex "booktabs" package are used rather than \code{hline} for the horizontal line tags.} + \item{scalebox}{If not \code{NULL}, a \code{scalebox} clause will be added around the tabular environment with the specified value used as the scaling factor.} \item{...}{Additional arguments. (Currently ignored.)} } \details{