View source: R/Photosynthesis_functions.R
f.modified.arrhenius.inv | R Documentation |
Retrieve the reference temperature value of a parameter knowing its value at Tleaf
f.modified.arrhenius.inv(P, Ha, Hd, s, Tleaf, TRef = 298.16, R = 8.314)
P |
Value of the parameter, here Vcmax or Jmax, at the leaf temperature in micromol.m-2.s-1 |
Ha |
Energy of activation in J.mol-1. |
Hd |
Energy of desactivation in J.mol-1. |
s |
Entropy term in J.mol-1.K-1. |
Tleaf |
Temperature of the leaf in Kelvin. |
TRef |
Reference temperature in Kelvin, usually 25 + 273.16 K. |
R |
Ideal gas constant. |
Value of the parameter Jmax or Vcmax at the reference temperature
VcmaxTleaf=f.modified.arrhenius(PRef=50,Ha=73637,Hd=149252,s=486,Tleaf=seq(273.15+25,273.15+35,0.1))
f.modified.arrhenius.inv(P=VcmaxTleaf,Ha=73637,Hd=149252,s=486,Tleaf=seq(273.15+25,273.15+35,0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.