Hi all,

I'm wondering if there is a way specify LaTeX table position within a a
call to xtable.

xtable(adataframe) produces LaTeX code for tables containing:

    \begin{table}[ht]
                 ^^^^

I would like to specify the position parameters.  Looking at the code
for print.xtable I was hoping 

    > xtable(adataframe, table.placement = "hp")

would work, but it does not.  Am I missing something simple?

Thanks,

+ seth

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to