LSDeconv | R Documentation |
Local Spectra Deconvolution: LSDeconv
belongs to the low-level functions group for deconvolution.
LSDeconv(
spec,
ppmrange,
params = NULL,
filterset = c("daub8"),
oblset = 0,
verbose = 1
)
spec |
a 'spec' object |
ppmrange |
a ppm range as a list in order to apply the deconvolution |
params |
a list of specific parameters for deconvolution including or not (i.e equal to NULL) the matrix defining peaks, one peak by row, with columns defined as : pos, ppm, amp, sigma, eta |
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 |
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.