as_quantum: Convert spectral energy irradiance into spectral photon...

View source: R/as.quantum.r

as_quantumR Documentation

Convert spectral energy irradiance into spectral photon irradiance

Description

Convert spectral energy irradiance [W m-2 nm-1] into spectral photon irradiance expressed as number of photons [s-1 m-2 nm-1]

Usage

as_quantum(w.length, s.e.irrad)

Arguments

w.length

numeric vector of wavelengths (nm).

s.e.irrad

numeric vector of spectral (energy) irradiance values.

Value

A numeric vector of spectral photon irradiances.

See Also

Other quantity conversion functions: A2T(), Afr2T(), T2Afr(), T2A(), any2T(), e2qmol_multipliers(), e2quantum_multipliers(), e2q(), q2e()

Examples

with(sun.data, as_quantum(w.length, s.e.irrad))


photobiology documentation built on Oct. 21, 2023, 1:06 a.m.