R links
Scripts
Sweave
Sweave
is a utility to create a report from a single source,
that is processed once to perform the full analysis and
render the output. This way, there can be no confusion about
which analysis happened where or when. The following files are of
interest:
- meteo.Rnw, the single Sweave source file; derived from this are:
- meteo.R the file with the extracted R sections, can be pasted straight into an R session for debugging purposes
- meteo.tex the latex file, to be processed by latex or pdflatex
- meteo.pdf the pdf file resulting from pdflatex'ing the latex file
Lecture slides
Slides on R, found here; associated files: the Sweave file and the resulting R script