View source: R/convert_PAR_to_SW.R
convert_SW_to_PAR | R Documentation |
Convert shortwave radiation (SW) to photosynthetically active radiation (PAR). Uses a fixed ratio between SW and PAR, ignoring the minor seasonal changes in this ratio (see Britton and Dodd (1976)).
convert_SW_to_PAR(sw, coef = 2.114)
sw |
Vector of shortwave radiation (W/m^2) |
coef |
Numerical coefficient to convert SW (W/m^2) to PAR (umol/m^2/sec). Defaults to value from Britton and Dodd (1976). |
Numeric vector of PAR values in units umol/m^2/sec
convert_SW_to_PAR(sw=800)
convert_SW_to_PAR(sw=800, coef=2.1)
convert_SW_to_PAR(unitted::u(473, "W m^-2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.