An object of class ir (or ir_flat, if return_ir_flat = TRUE),
containing the interpolated spectra. Any NA values resulting from
interpolation will be automatically dropped.
Arguments
x
An object of class ir.
start
A numerical value indicating the start wavenumber value relative
to which new wavenumber values will be interpolated. The value is not allowed
to be < floor(firstvalue) - 2, whereby firstvalue is the first
wavenumber value within x. If start = NULL,
floor(firstvalue) will be used as first wavenumber value.
dw
A numerical value representing the desired wavenumber value
difference between adjacent values.
return_ir_flat
Logical value. If TRUE, the spectra are returned as
ir_flat object.