aphalo / photobiology

Package ‘photobiology’ defines a system of classes for storing spectral data and accompanying methods and operators. This is the core of a suite of R packages for photobiological calculations.
4 stars 1 forks source link

wave_number(), wave_frequency() and photon_energy() #15

Closed aphalo closed 1 year ago

aphalo commented 1 year ago

The first two conversion functions are in package 'ggspectra' but should be moved to 'photobiology'. Wavelength is used frequently in chemistry and physics, "wavelength" expressed in eV (the energy of a photon) and this needs to be also implemented in 'ggspectra'.

aphalo commented 1 year ago

Implemented before submitting 0.10.15 to CRAN