View source: R/e2quantum.multipliers.r
| e2quantum_multipliers | R Documentation |
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)
w.length |
numeric Vector of wavelengths (nm) |
molar |
logical Flag indicating whether output should be in moles or numbers |
A numeric vector of multipliers
Other quantity conversion functions:
A2T(),
Afr2T(),
T2A(),
T2Afr(),
any2T(),
as_quantum(),
e2q(),
e2qmol_multipliers(),
q2e()
with(sun.data, e2quantum_multipliers(w.length))
with(sun.data, e2quantum_multipliers(w.length, molar = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.