Displaying 1 result from an estimated 1 matches for "infrequentes".
2009 Aug 07
2
xtable, sweave and resizebox
...table produzed by xtable? The size of my table
is too big and I would like to resize it like using resizebox but it gives
an erros when I try using it
using it its fine
\SweaveOpts{echo=false}
<<results=tex>>=
xtable(stats0,caption='Número de transacções dos artigos frequentes e
infrequentes',label='tab:INEStats')
@
but the size is too big
so I try
<<echo=False,results=hide>>=
load('stats.Rdata')
library(xtable)
\resizebox{\textwidth}{!}{
\SweaveOpts{echo=false}
<<results=tex>>=
xtable(stats0,caption='text',label='tab:Stats'...