Skip to contents

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, UVC, UVB and UVA.

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

Examples

UV_bands()
#> [[1]]
#> UVC.ISO 
#> low (nm) 100 
#> high (nm) 280 
#> weighted none 
#> 
#> [[2]]
#> UVB.ISO 
#> low (nm) 280 
#> high (nm) 315 
#> weighted none 
#> 
#> [[3]]
#> UVA.ISO 
#> low (nm) 315 
#> high (nm) 400 
#> weighted none 
#> 
UV_bands("ISO")
#> [[1]]
#> UVC.ISO 
#> low (nm) 100 
#> high (nm) 280 
#> weighted none 
#> 
#> [[2]]
#> UVB.ISO 
#> low (nm) 280 
#> high (nm) 315 
#> weighted none 
#> 
#> [[3]]
#> UVA.ISO 
#> low (nm) 315 
#> high (nm) 400 
#> weighted none 
#> 
UV_bands("CIE")
#> [[1]]
#> UVC.CIE 
#> low (nm) 100 
#> high (nm) 280 
#> weighted none 
#> 
#> [[2]]
#> UVB.CIE 
#> low (nm) 280 
#> high (nm) 315 
#> weighted none 
#> 
#> [[3]]
#> UVA2.CIE 
#> low (nm) 315 
#> high (nm) 340 
#> weighted none 
#> 
#> [[4]]
#> UVA1.CIE 
#> low (nm) 340 
#> high (nm) 400 
#> weighted none 
#> 
UV_bands("medical")
#> [[1]]
#> UVC.medical 
#> low (nm) 220 
#> high (nm) 290 
#> weighted none 
#> 
#> [[2]]
#> UVB.medical 
#> low (nm) 290 
#> high (nm) 320 
#> weighted none 
#> 
#> [[3]]
#> UVA.medical 
#> low (nm) 320 
#> high (nm) 400 
#> weighted none 
#> 
UV_bands("plants")
#> [[1]]
#> UVB.ISO 
#> low (nm) 280 
#> high (nm) 315 
#> weighted none 
#> 
#> [[2]]
#> UVAsw.plants 
#> low (nm) 315 
#> high (nm) 350 
#> weighted none 
#> 
#> [[3]]
#> UVAlw.plants 
#> low (nm) 350 
#> high (nm) 400 
#> weighted none 
#> 
UV_bands("none")
#> [[1]]
#> UVC.none 
#> low (nm) 200 
#> high (nm) 280 
#> weighted none 
#> 
#> [[2]]
#> UVB.none 
#> low (nm) 280 
#> high (nm) 320 
#> weighted none 
#> 
#> [[3]]
#> UVA.none 
#> low (nm) 320 
#> high (nm) 400 
#> weighted none 
#>