View source: R/peakUSPtailingFactorCalculator.R
| peakUSPtailingFactorCalculator | R Documentation |
This function calculates USP tailing factor at above 10 percent of the height.
peakUSPtailingFactorCalculator(rt, int)
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. |
USP tailing factor for the chromatographic peak.
data(peak_spline)
rt <- peak_spline[, 1]
int <- peak_spline[, 2] - peak_spline[, 3]
peakUSPtailingFactorCalculator(rt, int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.