auto_hinges {photobiology} | R Documentation |
Assess from wavelength vector whether insertion of hinges before further calculations is needed.
auto_hinges(w.length, step.limit = 0.25)
w.length |
numeric vector of wavelengths (nm). |
step.limit |
numeric value (nm) for step, so that larger wavelength steps trigger insertion of hinges before computations on spectra. |
A logical value, TRUE if insertion of hinges is deemed necessary.