search for: onecolfig

Displaying 1 result from an estimated 1 matches for "onecolfig".

2008 Nov 04
3
getting "small" graphs with Sweave using Rnews.sty
...but then again... I've started playing with the example r news project and wanted to start adding some graphs, but replacing: \begin{figure} \vspace*{.1in} \framebox[\textwidth]{\hfill \raisebox{-.45in}{\rule{0in}{1in}} A graph goes here \hfill} \caption{\label{figure:onecolfig} A normal figure only occupies one column.} \end{figure} yields a an empty box, which is good, with the following: \begin{figure} \vspace*{.1in} <<fig=true,echo=false>>= plot( rnorm( 100 ) ) @ \caption{A normal figure only occupies one column.} \label{figure:onecolfig} \end{figure} w...