How is it possible to resize figures produced via a Sweave script?
I tried scalebox and others, but I can't succeed to obtain a figure with an acceptable size in my beamer with direct Sweave output like:
<<MyGraph,fig=T>>
x <- rnorm(1000)
y <- rnorm(1000)
plot(x,y)
@
Good answers for figures but for text output ? (see below)
I would also like indications to resize for example an output which is too large for the screen.
For example:
<<MyBigData.Frame,echo=off>>
summary(mybigdata.frame)
@
beameras long it isn'tbeamerrelated, i.e. it works with other classes but not withbeamer. If this is the case please state that more clearly in the question. Thanks! – Martin Scharrer♦ Feb 21 '11 at 11:13