View source: R/Photosynthesis_functions.R
f.arrhenius.inv | R Documentation |
Temperature dependence of Gamma star, Ko, Kc and Rd
f.arrhenius.inv(P, Ha, Tleaf, TRef = 298.16, R = 8.314)
P |
Value of the parameter at Tleaf. |
Ha |
Enthalpie of activation in J.mol-1. |
Tleaf |
Temperature of the leaf in Kelvin. |
TRef |
Reference temperature in Kelvin. |
R |
Ideal gas constant. |
Retrieve the value of the parameter at TRef knowing its value at Tleaf
Value of the parameter at the reference temperature
RdTleaf=f.arrhenius(PRef=1,Ha=46390,Tleaf=273.16+32,R=8.314)
f.arrhenius.inv(P=RdTleaf,Ha=46390,Tleaf=273.16+32,R=8.314)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.