e2quantum_multipliers: Calculate energy to quantum multipliers

View source: R/e2quantum.multipliers.r

e2quantum_multipliersR Documentation

Calculate energy to quantum multipliers

Description

Gives multipliers as a function of wavelength, for converting from energy to photon (quantum) units (number of photons as default, or moles of photons).

Usage

e2quantum_multipliers(w.length, molar = FALSE)

Arguments

w.length

numeric Vector of wavelengths (nm)

molar

logical Flag indicating whether output should be in moles or numbers

Value

A numeric vector of multipliers

See Also

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

Examples

with(sun.data, e2quantum_multipliers(w.length))
with(sun.data, e2quantum_multipliers(w.length, molar = TRUE))


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