[R] changing figure size in Sweave
Bjørn-Helge Mevik
bhs2 at mevik.net
Fri Nov 18 09:30:48 CET 2005
TEMPL Matthias wrote:
> Use \setkeys{Gin} to modify figure sizes or use explicit
> \includegraphics commands in combination with Sweave option
> include=FALSE.
Or use \documentclass[nogin,...]{...}. Then the 'Gin' will have no
effect, and the size of the plots in the document will not be changed
from the size given as <<...,height=??,width=??>> (i.e. the size
produced by R).
--
Bjørn-Helge Mevik
More information about the R-help
mailing list