]> git.donarmstrong.com Git - xtable.git/blobdiff - pkg/man/print.xtable.Rd
Added "scalebox" argument to print.xtable. Commented out longtable example with...
[xtable.git] / pkg / man / print.xtable.Rd
index 03faef6bc331bf119ddb19c4cd8a936f9b57a286..1f7271e8368daf165d398e98a4e63c7c159e2db0 100644 (file)
@@ -32,6 +32,7 @@
   rotate.rownames=getOption("xtable.rotate.rownames", FALSE),\r
   rotate.colnames=getOption("xtable.rotate.colnames", FALSE),\r
   booktabs = getOption("xtable.booktabs", FALSE),\r
+  scalebox = getOption("xtable.scalebox", NULL),\r
   ...)}\r
 \arguments{\r
   \item{x}{An object of class \code{"xtable"}.}\r
@@ -70,6 +71,7 @@
   \item{rotate.rownames}{If \code{TRUE}, the row names are displayed vertically in LaTeX.}\r
   \item{rotate.colnames}{If \code{TRUE}, the column names are displayed vertically in LaTeX.}\r
   \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.}\r
+  \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.}\r
   \item{...}{Additional arguments.  (Currently ignored.)}\r
 }\r
 \details{\r