View source: R/Photosynthesis_functions.R
f.arrhenius | R Documentation |
Temperature dependence of Gamma star, Ko, Kc and Rd
f.arrhenius(PRef, Ha, Tleaf, TRef = 298.16, R = 8.314)
PRef |
Value of the parameter at the reference temperature. |
Ha |
Enthalpie of activation in J.mol-1. |
Tleaf |
Temperature of the leaf in Kelvin. |
TRef |
Reference temperature in Kelvin. |
R |
Ideal gas constant. |
Value of the parameter at the temperature of the leaf
VON CAEMMERER, S. (2013), Steady state models of photosynthesis. Plant Cell Environ, 36: 1617-1630. doi:10.1111/pce.12098. Bernacchi, C.J., Singsaas, E.L., Pimentel, C., Portis Jr, A.R. and Long, S.P. (2001), Improved temperature response functions for models of Rubisco‐limited photosynthesis. Plant, Cell & Environment, 24: 253-259. doi:10.1111/j.1365-3040.2001.00668.x.
plot(x=seq(25,35,0.1),y=f.arrhenius(PRef=1,Ha=46390,Tleaf=seq(273.15+25,273.15+35,0.1),R=8.314),xlab='Temperature degree C',ylab='Rd')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.