Baseline with support points determined from a convex hull of the spectrum.
Use debuglevel >= 1
to obtain debug plots, either directly via function
argument or by setting hyperSpec's debuglevel
option.
spc_rubberband(spc, ..., upper = FALSE, noise = 0, spline = TRUE)
hyperSpec
object
further parameters handed to stats::smooth.spline()
logical indicating whether the lower or upper part of the hull should be used
noise level to be taken into account
logical indicating whether the baseline should be an interpolating spline through the support points or piece wise linear.
hyperSpec
object containing the baselines
This function is still experimental