MassSpecMethod_QuantifyChromatographicPeaks_native S7 class
Source:R/class_MassSpecMethod_QuantifyChromatographicPeaks.R
MassSpecMethod_QuantifyChromatographicPeaks_native.Rd
Quantifies chromatographic peaks based on a calibration model.
Usage
MassSpecMethod_QuantifyChromatographicPeaks_native(
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.