[R-gregmisc-users] SF.net SVN: r-gregmisc: [953] trunk/PathwayModeling/thesispaper
Brought to you by:
warnes
From: <r_b...@us...> - 2006-04-03 15:39:33
|
Revision: 953 Author: r_burrows Date: 2006-04-03 08:39:23 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/r-gregmisc/?rev=953&view=rev Log Message: ----------- separate pages: initial commit Added Paths: ----------- trunk/PathwayModeling/thesispaper/figure1.Snw trunk/PathwayModeling/thesispaper/figure2.Snw Added: trunk/PathwayModeling/thesispaper/figure1.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure1.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure1.Snw 2006-04-03 15:39:23 UTC (rev 953) @@ -0,0 +1,6 @@ +\begin{figure} + \centering + \includegraphics[scale=0.9]{figures/glycolysis} + \caption{Production of methylglyoxal in hyperglycemia} + \label{glycolysis} +\end{figure} Added: trunk/PathwayModeling/thesispaper/figure2.Snw =================================================================== --- trunk/PathwayModeling/thesispaper/figure2.Snw (rev 0) +++ trunk/PathwayModeling/thesispaper/figure2.Snw 2006-04-03 15:39:23 UTC (rev 953) @@ -0,0 +1,17 @@ +<<fig2,echo=F,eval=F>>=2 +source("R/pulse.R") +rawdata <- read.table("data/rawdata.dat",header=T) +attach(rawdata) +pdf(file="figures/tempDir/pulse.pdf",width=9,height=5) +pulse() +dev.off() +detach(rawdata) +@ + \begin{figure} + \centering + \includegraphics[scale=0.5]{figures/tempDir/pulse} + \caption[Reactant concentrations following a pulse of R1]{Reactant concentrations following a pulse of R1 at + $time=20$ for the sequence of reactions $R1\rightarrow + R2\rightarrow R3\rightarrow R4\rightarrow R5\rightarrow sink$.} + \label{pulse} + \end{figure} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |