[Rd] using Sweave, how to save a plot in a given size

2009-04-14 Thread Lore M
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

[Rd] using Sweave, how to save a plot in a given size

2009-04-14 Thread Lore M
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