ife Service
California, USA
--- On Tue, 11/4/08, Duncan Murdoch <[EMAIL PROTECTED]> wrote:
From: Duncan Murdoch <[EMAIL PROTECTED]>
Subject: Re: [R] getting "small" graphs with Sweave using Rnews.sty
To: "Jeff Hamann" <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED
t; Subject: Re: [R] getting "small" graphs with Sweave using Rnews.sty
> To: "Jeff Hamann" <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Date: Tuesday, November 4, 2008, 3:01 AM
> Jeff Hamann wrote:
> > I'm sorry for having to post this, but I can
Jeff Hamann wrote:
I'm sorry for having to post this, but I can't seem to find any
solutions to this, which seems pretty simple, 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}
\frameb
Jeff D. Hamann wrote:
>
> I've started playing with the example r news project and wanted to start
> adding some graphs, but replacing:
>
> ...
> Is it possible, to get a "small" graphic this way, or should I write
> out a temp graph as a pdf and include the graphic by constructing the
> state
Dear Jeff,
Have you tried to insert the graph at the indended position? That is
pasting
<>=
plot( rnorm( 100 ) )
@
At the location of
A graph goes here
So the code would be
\begin{figure}
\vspace*{.1in}
\framebox[\textwidth]{\hfill \raisebox{-.45in}{\rule{0in}{1in}}
<>=
plot( rnorm( 100 ) )
@
5 matches
Mail list logo