Learn R Programming

photobiologyPlants (version 0.5.0)

UVA2_UV: Calculate UVA2:UV photon ratio from spectral irradiance.

Description

This function returns the UVA2:UV photon ratio of a light source spectrum.

Usage

UVA2_UV(spct, std = "CIE", use.cached.mult = FALSE, use.hinges = TRUE)

Value

a single numeric dimensionless value giving the UVA:UV photon ratio, with name attribute set to the name of the wavebands, with "(q:q)" appended.

Arguments

spct

an object of class "source.spct".

std

select which definition of UVA1 should be used, defaults to "CIE". For UV "ISO" is always used.

use.cached.mult

logical indicating whether multiplier values should be cached between calls.

use.hinges

logical indicating whether to use hinges to reduce interpolation errors.

See Also

UV, UVA and q_ratio.

Examples

Run this code
UVA2_UV(sun.spct)

Run the code above in your browser using DataLab