]> git.donarmstrong.com Git - ool/lipid_simulation_formalism.git/commitdiff
switch length forward to have a length of 2
authordon <don@25fa0111-c432-4dab-af88-9f31a2f6ac42>
Sat, 5 Jun 2010 22:33:39 +0000 (22:33 +0000)
committerdon <don@25fa0111-c432-4dab-af88-9f31a2f6ac42>
Sat, 5 Jun 2010 22:33:39 +0000 (22:33 +0000)
git-svn-id: svn+ssh://hemlock.ucr.edu/srv/svn/misc/trunk/origins_of_life@512 25fa0111-c432-4dab-af88-9f31a2f6ac42

kinetic_formalism.Rnw

index f5fd65f969d4e5fbb350fc4fdba5cee84d64c6ec..c77dc7b92a7963557d84eea56fe2f9344e6aca02 100644 (file)
@@ -190,19 +190,19 @@ curve(to.kcal(10^x),from=0,to=max(c(sd(abs(log(c(0.8,1.33)))),
 \newpage
 \subsubsection{Length Forward}
 \begin{equation}
-  l_f = 3^{\mathrm{stdev} l_\mathrm{ves}}
+  l_f = 2^{\mathrm{stdev} l_\mathrm{ves}}
   \label{eq:length_forward}
 \end{equation}
 
 <<fig=TRUE,echo=FALSE,results=hide,width=7,height=5>>=
-curve(3^x,from=0,to=sd(c(12,24)),
+curve(2^x,from=0,to=sd(c(12,24)),
       main="Length forward",
       xlab="Standard Deviation of Length of Vesicle",
       ylab="Length Forward Adjustment")
 @ 
 
 <<fig=TRUE,echo=FALSE,results=hide,width=7,height=5>>=
-curve(to.kcal(3^x),from=0,to=sd(c(12,24)),
+curve(to.kcal(2^x),from=0,to=sd(c(12,24)),
       main="Length forward",
       xlab="Standard Deviation of Length of Vesicle",
       ylab="Length Forward Adjustment (kcal/mol)")