UVB_PAR: Calculate UVB:PAR photon ratio from spectral irradiance.

View source: R/plant-qq-ratios.r

UVB_PARR Documentation

Calculate UVB:PAR photon ratio from spectral irradiance.

Description

This function returns the UVB:PAR photon ratio of a light source spectrum.

Usage

UVB_PAR(spct, std = "ISO", use.cached.mult = FALSE, use.hinges = TRUE)

Arguments

spct

an object of class "source.spct"

std

select which definition of UVB should be used, defaults to "ISO"

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

Value

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

See Also

link[photobiologyWavebands]{UVB}, link[photobiologyWavebands]{PAR}.

Examples

UVB_PAR(sun.spct)


photobiologyPlants documentation built on May 31, 2023, 6:08 p.m.