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