Wavelength-range definition for yellow radiation according to ISO.
Examples
Yellow()
#> Yellow.ISO
#> low (nm) 570
#> high (nm) 591
#> weighted none
Yellow("ISO")
#> Yellow.ISO
#> low (nm) 570
#> high (nm) 591
#> weighted none
e_irrad(sun.spct, Yellow()) # W m-2
#> E_Yellow.ISO
#> 13.67971
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total energy irradiance"
q_irrad(sun.spct, Yellow()) # mol m-2
#> Q_Yellow.ISO
#> 6.636661e-05
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total photon irradiance"
q_irrad(sun.spct, Yellow(), scale.factor = 1e6) # umol m-2
#> Q_Yellow.ISO
#> 66.36661
#> attr(,"time.unit")
#> [1] "second"
#> attr(,"radiation.unit")
#> [1] "total photon irradiance"