| calculate_total_co2e | R Documentation |
Convert individual GHG fluxes (mg m^{-2} h^{-1})
to a total CO_2-equivalent flux (g m^{-2} d^{-1}) using
IPCC AR6 100-year GWPs (CO_2 = 1, CH_4 = 27,
N_2O = 273).
calculate_total_co2e(co2 = 0, ch4 = 0, n2o = 0)
co2 |
CO |
ch4 |
CH |
n2o |
N |
Total CO_2e flux as a numeric scalar
(g m^{-2} d^{-1}), printed with a diagnostic message.
calculate_total_co2e(co2 = 4.02, ch4 = 0.001, n2o = 0.003)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.