Description Usage Arguments Value Examples
generic method smootherGolay
Method smootherGolay for MassSpectra class
1 2 3 4 | smootherGolay(object, p = 3, n = 5, ...)
## S4 method for signature 'MassSpectra'
smootherGolay(object, p = 3, n = 5, ...)
|
object |
object of class MassSpectra |
p |
numeric parameter for savitzky-golay filter |
n |
numeric parameter for savitzky-golay filter |
... |
additional args |
object of class MassSpectra with updated mass spectra
object of class MassSpectra with smoothed TIC
1 2 3 4 | library(tofsimsData)
data(tofsimsData)
testSpectraSmooth <- smootherGolay(testSpectra, p = 3, n = 9)
overlayPlot(list(testSpectra, testSpectraSmooth), mzRange = c(38.5, 40.5), type = 'l')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.