sliceSpectrum | R Documentation |
Slice the spectrum in order to define ranges for Local Deconvolution (LSDeconv)
sliceSpectrum(
spec,
ppmrange = c(0.5, 9.5),
flatwidth = 0.004,
snrfactor = 4,
maxrange = 0.3,
excludezones = NULL
)
spec |
a 'spec' object |
ppmrange |
a ppm range as a list in order to apply the deconvolution |
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) |
excludezones |
specifies the exclusion zones as a matrix (Nx2), each row specifying a zone with 2 columns (ppm min and ppm max) (default NULL) |
a list of ppm range
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.