Learn R Programming

tofsims (version 1.0.2)

smootherGolay: generic method smootherGolay

Description

generic method smootherGolay

Method smootherGolay for MassSpectra class

Usage

smootherGolay(object, p = 3, n = 5, ...)

## S3 method for class 'MassSpectra': smootherGolay(object, p = 3, n = 5, ...)

Arguments

object
object of class MassSpectra
p
numeric parameter for savitzky-golay filter
n
numeric parameter for savitzky-golay filter
...
additional args

Value

  • object of class MassSpectra with updated mass spectra

    object of class MassSpectra with smoothed TIC

Examples

Run this code
library(tofsimsData)
data(tofsimsData)
testSpectraSmooth <- smootherGolay(testSpectra, p = 3, n = 9)
overlayPlot(list(testSpectra, testSpectraSmooth), mzRange = c(38.5, 40.5), type = 'l')

Run the code above in your browser using DataLab