Interpolates absorbance data to 1 nm resolution so indices can be calculated at wavelengths that were not explicitly measured.
Arguments
- abs
An
absorabslistobject.- type
The interpolation method, either "linear" for linear interpolation using
zoo::na.approx(), or "spline" for spline interpolation usingzoo::na.spline().
