View source: R/Photosynthesis_functions.R
f.ci.treshold | R Documentation |
Intercellular CO2 threshold between electron transport and carboxylation limitations
f.ci.treshold(PFD, Tleaf, param)
PFD |
Photosynthetic light at the leaf surface in micro mol m-2 s-1. |
Tleaf |
Leaf temperature in Kelvin. |
param |
List of parameters given by f.make.param(). |
Intercellular CO2 such as Wc==Wj
f.ci.treshold(PFD=2000,Tleaf=300,param=f.make.param(VcmaxRef=60,JmaxRef=85))
f.ci.treshold(PFD=2000,Tleaf=300,param=f.make.param(VcmaxRef=70,JmaxRef=85))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.