photobiologyWavebands (version 0.5.2)

UVC: 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")

Value

a waveband object wavelength defining a wavelength range.

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.

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 tools:::Rd_expr_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

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

Run the code above in your browser using DataLab