Plant_bands {photobiologyWavebands} | R Documentation |
Constructor of lists of wavebands used in plant biology
Description
Defined according to different authors.
Usage
Plant_bands(std = "sensory20")
Arguments
std |
a character string "sensory", "sensory10", "sensory20", "Sellaro", "ISO", "CIE", "none" or "", where "ISO", "CIE" and "none" affect only the UV bands. |
Value
a list of wavebands
See Also
Other lists of unweighted wavebands:
IR_bands()
,
Landsat_bands()
,
UV_bands()
,
VIS_bands()
Examples
Plant_bands()
Plant_bands("sensory")
Plant_bands("sensory10")
Plant_bands("sensory20")
Plant_bands("ISO")
Plant_bands("CIE")
[Package photobiologyWavebands version 0.5.2 Index]