xtable.hints {hints} | R Documentation |
Format output from hints for latex printing.
## S3 method for class 'hints': xtable(x, align="llll",...)
x |
An object of class hints created by call to hints |
align |
xtable output is in four columns. The default is to use left alignment. |
... |
additional arguments passed to xtable |
The output from hints is reformatted and the output using
xtable.data.frame
in the xtable package.
Hadley Wickham, h.wickham@gmail.com and Sanford Weisberg, sandy@stat.umn.edu