photobiologyWavebands (version 0.4.3)

UVC: Constructor of UV-C waveband

Description

UV-C according to CIE and ISO standrads: 100--280 nm. UV-c according to common non-standard practice: 200--280 nm. UV-C according to medical or dermatological non-standard practice, e.g. Diffey (1991): 200--290 nm.

Usage

UVC(std = "ISO")

Arguments

std

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

Value

a waveband object wavelength defining a wavelength range.

See Also

new_waveband waveband

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

Examples

Run this code
# NOT RUN {
UVC()
UVC("CIE")
UVC("ISO")
UVC("none")
UVC("medical")

# }

Run the code above in your browser using DataCamp Workspace