Learn R Programming

photobiologyWavebands (version 0.4.1)

UVB: Definition of UV-B waveband

Description

UV-B according to CIE and ISO standrads: 280--315 nm. UV-B according to common non-standard practice: 280--320 nm. UV-B according to medical or dermatological non-standard practice: 280--320 nm.

Usage

UVB(std = "ISO")

Arguments

std
a character string "CIE", "ISO", "medical" or "none"

Value

a waveband object wavelength defining a wavelength range.

See Also

waveband

Other unweighted wavebands: Blue, Far_red, Green, Orange, Purple, Red, UVA, UVC, UV, VIS, Yellow

Examples

Run this code
UVB()
UVB("ISO")
UVB("CIE")
UVB("none")
UVB("medical")

Run the code above in your browser using DataLab