UVC {photobiologyWavebands}R Documentation

Constructor of ultraviolet-C waveband

Description

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".

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.

Value

a waveband object wavelength defining a wavelength range.

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(), UVA(), UVB(), UV(), VIS(), Yellow()

Examples

UVC()
UVC("CIE")
UVC("ISO")
UVC("none")
UVC("medical")


[Package photobiologyWavebands version 0.5.2 Index]