Skip to contents

Loads chromatograms from mass spectrometry analyses.

Usage

MassSpecMethod_LoadChromatograms_native(
  chromatograms = 1,
  rtmin = 0,
  rtmax = 0,
  minIntensity = 0
)

Arguments

chromatograms

A numeric or character vector with the chromatogram indices or names to be used, respectively.

rtmin

A numeric vector with the minimum retention time values to be used.

rtmax

A numeric vector with the maximum retention time values to be used.

minIntensity

A numeric value with the minimum intensity to be used.

Value

A MassSpecMethod_LoadChromatograms_native object.