| Yellow {photobiologyWavebands} | R Documentation |
Constructor of yellow waveband
Description
Wavelength-range definition for yellow radiation according to ISO.
Usage
Yellow(std = "ISO")
Arguments
std |
a character string "ISO" |
Details
Yellow radiation (570...591 nm) as defined in ISO standards based on human colour vision.
Value
a waveband object wavelength defining a wavelength range.
See Also
Other unweighted wavebands:
Blue(),
Far_red(),
Green(),
IR(),
Orange(),
Purple(),
Red(),
UVA(),
UVB(),
UVC(),
UV(),
VIS()
Examples
Yellow()
Yellow("ISO")
e_irrad(sun.spct, Yellow()) # W m-2
q_irrad(sun.spct, Yellow()) # mol m-2
q_irrad(sun.spct, Yellow(), scale.factor = 1e6) # umol m-2
[Package photobiologyWavebands version 0.5.2 Index]