SNRbaseline {IDSL.IPA} | R Documentation |
SNR baseline
Description
This function calculates S/N using local noise levels from baseline,
Usage
SNRbaseline(int, baseline)
Arguments
int |
a vector of intensities corresponding to the vector of retention times for the chromatographic peak. |
baseline |
a vector of baseline of the chromatographic peak. |
Value
S/N value
Examples
data("peak_spline")
int <- peak_spline[, 2]
baseline <- peak_spline[, 3]
SNRbaseline(int, baseline)
[Package IDSL.IPA version 2.9 Index]