View source: R/julia_interface.R
Ican | R Documentation |
Calculate canopy photosynthesis per layer
Ican(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 PAR intercepted by canopy per unit of ground (mumol/m2/s)
PAR intercepted by each layer per unit of ground (mumol/m2/s)
pars = parameters() vars = variables(pars) can = canopy(pars, vars, 15) weather = DailyWeather() env = interpolate_meteo(weather, weather.DL/2) can_fluxes = Ican(can, env, pars, vars) plot(can$Lm, can_fluxes$Ilayer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.