Skip to contents

Settings for filtering chromatographic peaks.

Usage

MassSpecMethod_FilterChromPeaks_native(
  minIntensity = 0,
  retentionTimeRange = c(NA_real_, NA_real_)
)

Arguments

minIntensity

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

retentionTimeRange

Numeric (length 2) with the retention time range to keep chromatographic peaks. The first element is the minimum retention time and the second element is the maximum retention time, in seconds.

Value

A MassSpecMethod_FilterChromPeaks_native object.