search for: gethypergraphs_rhea

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

2010 Apr 12
1
Sweave and multiple figures from an R source file
Hi, I am trying to get figures from multiple source files in Sweave. My test file is as follows \documentclass{article} \usepackage{Sweave} \begin{document} \begin{section}{notitle} This is a simple Sweave test <<gethypergraphs_rhea,fig=TRUE,echo=F>>= source("./testfig.r") @ \\ End of the simple sweave test \end{section} \end{document} where testfig.r is as simple as plot(1:20) plot(1:5) The figures are correctly generated in the folder, as a .pdf/.eps with two pages, each page a plot the resulting tex file...