UV_bands {photobiologyWavebands} | R Documentation |
Constructor of lists of UV wavebands
Description
Defined according to "ISO" by default, but other definitions also supported.
Usage
UV_bands(std = "ISO")
Arguments
std |
a character string "ISO", "CIE", "medical", "plants" or "none". |
Value
a list of wavebands
See Also
Other lists of unweighted wavebands:
IR_bands()
,
Landsat_bands()
,
Plant_bands()
,
VIS_bands()
Examples
UV_bands()
UV_bands("ISO")
UV_bands("CIE")
UV_bands("medical")
UV_bands("plants")
UV_bands("none")
[Package photobiologyWavebands version 0.5.2 Index]