View source: R/julia_interface.R
canopy | R Documentation |
Canopy structure in layers
canopy(pars, vars, nlayers)
pars |
Parameters as generated by |
vars |
Variables as generated by |
nlayers |
Number of layers into which the canopy should be divided |
A Julia object with photosyntetic traits per layer as well as pre-calculated values required for computing PAR distribution
Increment of leaf area index of each layer
Cumulative LAI from the top of the canopy to the middle of each layer
Cumulative LAI from the top of the canopy to the upper boundary of each layer
Matrix to compute fraction of upward scattered PAR that is intercepted
Matrix to compute fraction of downward scattered PAR that is intercepted
Fraction of diffuse PAR intercepted by each layer
Temperature-normalized maximum rate of carboxylation in each layer
Temperature-normalized of mitochondrial respiration in each layer
Temperature-normalized maximum rate of electron transport in each layer
Leaf absorptance in each layer
Leaf scattering coefficient in each layer
pars = parameters() vars = variables(pars) can = canopy(pars, vars, 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.