View source: R/julia_interface.R
Acan | R Documentation |
Calculate CO2 assimilation per layer
Acan(can, env, pars, vars)
can |
Canopy structure object as generated by |
env |
Object containing environmental conditions at a particular time as
generated by |
pars |
Parameters as generated by |
vars |
Variables as generated by |
List with the following information:
Total canopy gross CO2 assimilation per unit of ground (mumol/m2/s)
Canopy gross CO2 assimilation of each layer per unit of ground (mumol/m2/s)
Fraction of leaves that are sunlit in each layer
Average shade gross CO2 assimilation per unit of shaded leaf area in each layer (mumol/m2/s)
Average sunlit gross CO2 assimilation per unit of sunlit leaf area in each layer (mumol/m2/s)
pars = parameters() vars = variables(pars) can = canopy(pars, vars, 15) weather = DailyWeather() env = interpolate_meteo(weather, weather.DL/2) can_fluxes = Acan(can, env, pars, vars) plot(can$Lm, can_fluxes$Alayer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.