I'd really love to do this

\setkeys{Gin}{width=\columnwidth}
<<label=something,fig=TRUE,echo=FALSE,width=\columnwidth,height=0.3\columnwidth>>=
plot(y~x)
@

The \columnwidth macro does not work, of course, in the second line.
What can I do instead?

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to