Skip to contents

Quantifies chromatographic peaks based on a calibration model.

Usage

MassSpecSettings_QuantifyChromatographicPeaks_StreamFind(
  calibration = 0,
  value = "area",
  model = "linear"
)

Arguments

calibration

Numeric with the calibration/concentration values for each analysis. When concentration is not know use NA_real_.

value

Character with the value to quantify. Possible values are intensity or area.

model

Character with the model to use for calibration. Possible values are linear, quadratic, or cubic.

Value

A MassSpecSettings_QuantifyChromatographicPeaks_StreamFind object.