photobiologyWavebands (version 0.5.2)

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")

Value

a list of wavebands

Arguments

std

a character string "ISO", "CIE", "medical", "plants" or "none".

See Also

waveband

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

Examples

Run this code
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