photobiologyWavebands (version 0.4.2)

UV_bands: Constructor of lists of UV wavebands

Description

Defined according to "ISO".

Usage

UV_bands(std = "ISO")

Arguments

std

a character string "ISO", "CIE", "medical" 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("none")

# }

Run the code above in your browser using DataCamp Workspace