getSlices | R Documentation |
Slice the spectrum in order to define ranges for Local Deconvolution (LSDeconv) and return only those include the provided ppmranges
getSlices(spec, ppmranges, flatwidth = 0.004, snrfactor = 4, maxrange = 0.3)
spec |
a 'spec' object |
ppmranges |
ppm ranges as a matrix in order to apply the deconvolution, each row specifying a zone |
flatwidth |
specifies the minimum width of a zone in which the spectrum intensities are close to zero to consider this one as a cutting zone (default 0.003 ppm) |
snrfactor |
specifies factor applied on the Std Dev. of the noise used as threshold for first derivate intensities (default=4) |
maxrange |
specifies the maximum width of a cutting zone (default 0.3 ppm) |
a list of ppm range
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.