Skip to contents

Finds peak maxima in chromatograms.

Usage

MassSpecMethod_FindChromPeaks_LocalMaxima(
  minWidth = 0,
  maxWidth = 0,
  minHeight = 0
)

Arguments

minWidth

Numeric (length 1) with the minimum width of a peak.

maxWidth

Numeric (length 1) with the maximum width of a peak.

minHeight

Numeric (length 1) with the minimum height of a peak.

Value

A MassSpecMethod_FindChromPeaks_LocalMaxima object.