peakUSPtailingFactorCalculator {IDSL.IPA} | R Documentation |
Peak USP Tailing Factor Calculator
Description
This function calculates USP tailing factor at above 10 percent of the height.
Usage
peakUSPtailingFactorCalculator(rt, int)
Arguments
rt |
a vector of retention times for the chromatographic peak. |
int |
a vector of intensities corresponding to the vector of retention times for the chromatographic peak. |
Value
USP tailing factor for the chromatographic peak.
Examples
data(peak_spline)
rt <- peak_spline[, 1]
int <- peak_spline[, 2] - peak_spline[, 3]
peakUSPtailingFactorCalculator(rt, int)
[Package IDSL.IPA version 2.9 Index]