smootherGolay {tofsims} | R Documentation |
generic method smootherGolay
Method smootherGolay for MassSpectra class
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
library(tofsimsData) data(tofsimsData) testSpectraSmooth <- smootherGolay(testSpectra, p = 3, n = 9) overlayPlot(list(testSpectra, testSpectraSmooth), mzRange = c(38.5, 40.5), type = 'l')