Gives multipliers as a function of wavelength, for converting from energy to photon (quantum) units (number of photons as default, or moles of photons).
e2quantum_multipliers(w.length, molar = FALSE)
A numeric vector of multipliers
numeric Vector of wavelengths (nm)
logical Flag indicating whether output should be in moles or numbers
Other quantity conversion functions:
A2T()
,
Afr2T()
,
T2Afr()
,
T2A()
,
any2T()
,
as_quantum()
,
e2qmol_multipliers()
,
e2q()
,
q2e()
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