View source: R/bigleaf_physiology.r
light.use.efficiency | R Documentation |
Amount of carbon fixed (GPP) per incoming light.
light.use.efficiency(GPP, PPFD)
GPP |
Gross ecosystem productivity (umol CO2 m-2 s-1) |
PPFD |
Photosynthetic photon flux density (umol quanta m-2 s-1) |
Light use efficiency is calculated as
LUE = sum(GPP)/sum(PPFD)
where both GPP and PPFD are in umol m-2 s-1. A more meaningful (as directly comparable across ecosystems) approach is to take absorbed PPFD rather than incoming PPFD as used here.
LUE - |
Light use efficiency (-) |
energy.use.efficiency
light.use.efficiency(GPP=20,PPFD=1500)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.