UV_bands: Constructor of lists of UV wavebands

View source: R/uv.bands.r

UV_bandsR 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

waveband

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


photobiologyWavebands documentation built on Oct. 24, 2023, 5:07 p.m.