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}[ht] \begin{center} \caption{Principal component analysis of soil dispersed in water} \label{tab:myTab} {\scriptsize \begin{tabular}{rrrrrr} \hline Table \hline \end{tabular} } \end{center} \end{table} So, how should I change in the R code to eliminate "[ht]" in the resulting LaTeX table?? Best Riccardo [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.