Skip to contents

Wavelength-range definitions for ultraviolet-C (UV-C) radiation, by default according to ISO or as commonly used in different application areas.

Usage

UVC(std = "ISO")

Arguments

std

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

Value

a waveband object wavelength defining a wavelength range.

Details

Implemented definitions. UV-C according to CIE and ISO standards: 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.

References

Aphalo, P. J., Albert, A., Björn, L. O., McLeod, A. R., Robson, T. M., Rosenqvist, E. (Eds.). (2012). Beyond the Visible: A handbook of best practice in plant UV photobiology (1st ed., p. xxx + 174). Helsinki: University of Helsinki, Department of Biosciences, Division of Plant Biology. ISBN 978-952-10-8363-1 (PDF), 978-952-10-8362-4 (paperback). Open access PDF download available at doi:10.31885/9789521083631 .

See also

new_waveband waveband

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

Examples

UVC()
#> UVC.ISO 
#> low (nm) 100 
#> high (nm) 280 
#> weighted none 
UVC("CIE")
#> UVC.CIE 
#> low (nm) 100 
#> high (nm) 280 
#> weighted none 
UVC("ISO")
#> UVC.ISO 
#> low (nm) 100 
#> high (nm) 280 
#> weighted none 
UVC("none")
#> UVC.none 
#> low (nm) 200 
#> high (nm) 280 
#> weighted none 
UVC("medical")
#> UVC.medical 
#> low (nm) 220 
#> high (nm) 290 
#> weighted none