Hi,
I'm trying to realise a repport with R and Latex (TeXnicCenter and Miktex for
Windows) using Sweave().
I'd like to insert all the pages from a pdf file. So I use this command :
\includepdf[pages=-]{figs/plot-partI}
The thing is that those pages are quite small and I'd like them t
Hi there,
I'm trying to realise a repport with R and Latex (TeXnicCenter and Miktex for
Windows) using Sweave().
I'd like to save my plots in a given size. How can I do that ? The code is :
\SweaveOpts{prefix.string = figs/plot, eps = FALSE, pdf = TRUE}
<>=
plotFunction()
@
\includepdf[pag