Re: [R] Sweave Print xtable

2012-02-26 Thread Riccardo Romoli
Thanks for your replay!!! Problem solved!! Best Riccardo 2012/2/26 Yihui Xie > print(xtable(...), ..., table.placement = '') > > this is an xtable problem; see ?print.xtable > > Regards, > Yihui > -- > Yihui Xie > Phone: 515-294-2465 Web: http://yihui.name > Department of Statistics, Iowa Stat

Re: [R] Sweave Print xtable

2012-02-26 Thread Yihui Xie
print(xtable(...), ..., table.placement = '') this is an xtable problem; see ?print.xtable Regards, Yihui -- Yihui Xie Phone: 515-294-2465 Web: http://yihui.name Department of Statistics, Iowa State University 2215 Snedecor Hall, Ames, IA On Sun, Feb 26, 2012 at 3:30 PM, Riccardo Romoli wrot

[R] Sweave Print xtable

2012-02-26 Thread Riccardo Romoli
Hi, I'm working with Sweave and I have some trouble generating table. The R code is: print(xtable(myTable, caption ="", label="tab:myTab", digits=3), tabular.environment='tabular', floating=TRUE, caption.placement="top",size="\\scriptsize") and the resulting LaTeX table is: \begin{table