Skip to contents

Settings for filtering chromatographic peaks.

Usage

RamanMethod_FilterChromPeaks_native(
  minIntensity = 0,
  minSignalNoiseRatio = 0,
  rtRange = c(0, 0)
)

Arguments

minIntensity

Numeric (length 1) with the minimum intensity to keep a chromatographic peak.

minSignalNoiseRatio

Numeric (length 1) with the minimum signal-to-noise ratio to keep a chromatographic peak.

rtRange

Numeric (length 2) with the retention time range to keep chromatographic peaks.

Value

A RamanMethod_FilterChromPeaks_native object.