MultiLSDeconv: MultiLSDeconv

View source: R/deconvTools.R

MultiLSDeconvR Documentation

MultiLSDeconv

Description

Multiple Local Spectra Deconvolution: MultiLSDeconv belongs to the low-level functions group for deconvolution.

Usage

MultiLSDeconv(
  spec,
  ppmranges = NULL,
  params = NULL,
  filterset = c(7, 9),
  oblset = 0,
  ncpu = 4,
  verbose = 0
)

Arguments

spec

a 'spec' object

ppmranges

ppm ranges as a matrix in order to apply the deconvolution, each row specifying a zone

params

a list of specific parameters for deconvolution

filterset

a set of filter type for filtering the noise and smoothing the signal (only if the matrix defining peaks not defined in order to find peaks)

oblset

a set of baseline order for fitting

ncpu

number of CPU for parallel computing

verbose

level of debug information

Value

a model object


INRA/Rnmr1D documentation built on April 13, 2025, 10:54 p.m.