PG_q_fun: Gives values for the Plant Growth BSWF as a function of...

View source: R/pg.q.fun.r

PG_q_funR Documentation

Gives values for the Plant Growth BSWF as a function of wavelength

Description

This function gives a set of numeric multipliers that can be used as a weight to calculate effective doses and irradiances. The returned values are on quantum based effectiveness relative units.

Usage

PG_q_fun(w.length)

Arguments

w.length

numeric array of wavelengths (nm)

Value

a numeric array of the same length as w.length with values for the BSWF normalized as in the original source (300 nm)

Note

We follow the original defition here for the equation, with no limtation to the wavelength range. However, be aware that in practice it is not used for long wavelengths (different limits between 366 nm and 400 nm have been used by different authors).

See Also

Other BSWF functions: CH4_e_fun(), CH4_q_fun(), CIE_e_fun(), CIE_q_fun(), DNA_GM_q_fun(), DNA_P_q_fun(), FLAV_q_fun(), GEN_G_q_fun(), GEN_M_q_fun(), GEN_T_q_fun(), ICNIRP_e_fun()

Examples

PG_q_fun(293:400)


photobiologyWavebands documentation built on Oct. 24, 2023, 5:07 p.m.