Description Usage Arguments Details
Converts radiation from W m-2 to µmol m-2 s-1 and vice versa.
| 1 2 | convert_radiation(x, frac_ppfd = 0.5, calc_frac = FALSE,
  method = c("to_rg", "to_ppfd"))
 | 
| frac_ppfd | Fraction of incoming solar irradiance that is photosynthetically active radiation (ppfd); defaults to 0.5. | 
| Rg | Global radiation = incoming short-wave radiation at the surface (in units W m-2). | 
| PPFD | Photosynthetic photon flux density (µmol m-2 s-1). | 
| J_to_mol | Conversion factor from J m-2 s-1 (= W m-2) to µmol m-2 s-1. | 
The conversion is given by:
ppfd = rg * frac_ppfd * J_to_mol
by default, combined conversion factor (frac_ppfd * J_to_mol) is 2.3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.