photobiologyWavebands (version 0.4.3)

UV_bands: 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

waveband

Other lists of unweighted wavebands: IR_bands, Landsat_bands, Plant_bands, VIS_bands

Examples

Run this code
# NOT RUN {
UV_bands()
UV_bands("ISO")
UV_bands("CIE")
UV_bands("medical")
UV_bands("plants")
UV_bands("none")

# }

Run the code above in your browser using DataLab