Search found 2 matches

by NicolasRaphael
Thu Dec 01, 2011 11:20 am
Forum: Graphics, Figures & Tables
Topic: Table wide auto-adjust with R-Sweave
Replies: 2
Views: 3956

Table wide auto-adjust with R-Sweave

In first, thanks for your answer pyrogerg. Your post permit me to find track for solution.

The solution I was found is the use of the latex() function with "collabel.just" and "col.just" as argument.
Like that:
<<echo=FALSE,results=tex>>=
library(Hmisc)
XTableau <- latex(Tableau, col.just = c("c{0 ...
by NicolasRaphael
Tue Oct 25, 2011 2:17 pm
Forum: Graphics, Figures & Tables
Topic: Table wide auto-adjust with R-Sweave
Replies: 2
Views: 3956

Table wide auto-adjust with R-Sweave

Hello,
I'm writing a report. I use R to analyse data and Latex (on Windows or Linux) to write the report. I use Sweave to directly write the latex report from R analysis.

My problem is about "tables print", they are not adjusted to the page width. I use latex() function in sweave file (*.rnw) to ...