xtable.hints {hints}R Documentation

xtable method for hints objects

Description

Format output from hints for latex printing.

Usage

## S3 method for class 'hints':
xtable(x, align="llll",...)

Arguments

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

Value

The output from hints is reformatted and the output using xtable.data.frame in the xtable package.

Author(s)

Hadley Wickham, h.wickham@gmail.com and Sanford Weisberg, sandy@stat.umn.edu

See Also

hints


[Package hints version 1.0.1-1 Index]