- spectra
- list, list of- MassSpectrumobjects.
 
  
- halfWindowSize
- numeric, half window size; see- detectPeaks.
 
  
- noiseMethod
- a noise estimation method; see
    - detectPeaks.
 
  
- SNR
- single numeric value. - SNRis an abbreviation for
    signal-to-noise-ratio; see- detectPeaks.
 
  
- reference
- MassPeaks, reference object to which the samples
    (- l) should be aligned. If missing- referencePeaksis used; see- determineWarpingFunctions.
 
  
- tolerance
- double, maximal relative deviation of a peak position (mass) to be
    considered as identical. Must be multiplied by- 10^-6for ppm,
    e.g. use- tolerance=5e-6for 5 ppm; see- determineWarpingFunctions.
 
  
- warpingMethod
- used basic warping function; see
    - determineWarpingFunctions.
 
  
- allowNoMatches
- logical, don't throw an error if an- MassPeaksobject could not match to the- reference; see- determineWarpingFunctions.
 
  
- emptyNoMatches
- logical, if- TRUE(default:- FALSE)
    the intensity values of- MassSpectrumor- MassPeaksobjects with missing (- NA)
    warping functions are set to zero; see- warpMassSpectra.
 
  
- ...
- arguments to be passed to
    - detectPeaks,MassSpectrum-method.