Skip to contents

Finds peak maxima in the chromatographic dimension of multiple Raman spectra.

Usage

RamanMethod_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 RamanMethod_FindChromPeaks_LocalMaxima object.