Tagged Questions
6
votes
3answers
884 views
How do I Sweave a multiple-file project?
I am writing my thesis in LaTeX and because things got a bit long for my taste, I had split it into several files. Let's call them thesis.tex, intro.tex, mat_n_met.tex, rslts.tex and discsn.tex. I ...
11
votes
3answers
2k views
sweave and ggplot2: no pdfs generated at all
i am trying create a sweave report that contains some graphics done with ggplot2. Though I am looking for some environment for the long run – I just use a simple .Rnw file here that only contains the ...
3
votes
2answers
978 views
R code in Sweave
I have a scientific paper under review, and a referee asked for my R code to be provided as a Sweave document. I've never heard of Sweave before, do you know what's the better way to do it?
Thanks a ...
19
votes
8answers
2k views
Sweave for python
I've recently started using Sweave* for creating reports of analyses run with R, and am now looking to do the same with my python scripts.
I've found references to embedding python in Sweave docs, ...