I set my working directory to the location of the file (which I called
Demo.Rnw) and I type Sweave("Demo.Rnw") at the R command line.

Does that answer your question properly?

On Tue, Sep 14, 2010 at 12:08 PM, Duncan Murdoch
<murdoch.dun...@gmail.com>wrote:

>  On 14/09/2010 12:01 PM, Katie Surrence wrote:
>
>> Hi all,
>>
>> Having solved my Sweave.sty question, I'd like to figure out why my pdf
>> doesn't display the graph in my demo code.
>>
>> Here's the demo code I'm using:
>>
>> http://www.stat.berkeley.edu/~houston/demo.Rnw<http://www.stat.berkeley.edu/%7Ehouston/demo.Rnw>
>> <http://www.stat.berkeley.edu/%7Ehouston/demo.Rnw>
>>
>>
>> When I run Sweave within R (version 2.11) on the .Rnw it produces the
>> histogram in the graphics device in R.  When I then choose pdfLaTex in
>> Miktex (version 2.8) on the file demo.tex, the resulting pdf correctly
>> produces the table, but not the graph.
>>
>> Here's the code from the .tex file that isn't working to generate the
>> graph:
>>
>> \begin{figure}
>>
>> \begin{center}
>>
>> \includegraphics{demo-FigureExample}
>>
>> \caption{This is my histogram for the the mean of 1000 samples of 10
>> N(0,1)
>> random
>>
>> variables.}
>>
>> \label{fig:hist}
>>
>> \end{center}
>>
>> \end{figure}
>>
>>
>>
> It works for me, so I'd guess it's something in your pipeline.  How are you
> running Sweave?
>
> Duncan Murdoch
>
>

        [[alternative HTML version deleted]]

______________________________________________
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