MultiLSDeconv | R Documentation |
Multiple Local Spectra Deconvolution: MultiLSDeconv
belongs to the low-level functions group for deconvolution.
MultiLSDeconv(
spec,
ppmranges = NULL,
params = NULL,
filterset = c(7, 9),
oblset = 0,
ncpu = 4,
verbose = 0
)
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 |
a model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.