VIS {photobiologyWavebands} | R Documentation |
Constructor of VIS waveband
Description
Visible (to humnas) radiation (380...760 nm) according to ISO standard
definition, no weighting applied. For std = "RS"
the returned range is
the same as for PAR()
. The panchromatic bands of Landsat missions are
also supported.
Usage
VIS(std = "ISO")
Arguments
std |
a character string "ISO" or "RS" (remote sensing). |
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()
,
Yellow()
Examples
VIS()
VIS("ISO")
VIS("LandsatOLI")
VIS("Landsat7")
VIS("Pan.RBV.Landsat3")
[Package photobiologyWavebands version 0.5.2 Index]