Description Usage Arguments Value Examples
Calculate leaf energy balance
1 2 3 4 5 6 7 8 9 | energy_balance(
tleaf,
leaf_par,
enviro_par,
constants,
quiet = FALSE,
components = FALSE,
set_units = FALSE
)
|
tleaf |
Leaf temperature in Kelvin. If input is numeric, it will be automatically converted to |
leaf_par |
A list of leaf parameters. This can be generated using the |
enviro_par |
A list of environmental parameters. This can be generated using the |
constants |
A list of physical constants. This can be generated using the |
quiet |
Logical. Should a message appear about conversion from |
components |
Logical. Should leaf energy components be returned? Transpiration (in mol / (m^2 s)) also returned. |
set_units |
Logical. Should |
A numeric value in W / m^2. Optionally, a named list of energy balance components in W / m^2 and transpiration in mol / (m^2 s).
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.