photobiology (version 0.11.2)

e2quantum_multipliers: 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)

Value

A numeric vector of multipliers

Arguments

w.length

numeric Vector of wavelengths (nm)

molar

logical Flag indicating whether output should be in moles or numbers

See Also

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

Examples

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

Run the code above in your browser using DataLab