View source: R/peakPseudomomentsSymmetryCalculator.R
peakPseudomomentsSymmetryCalculator | R Documentation |
This function measures peak symmetry and skewness using the inflection points of the peak on both sides.
peakPseudomomentsSymmetryCalculator(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. |
PeakSymmetry |
peak symmetry for the chromatographic peak. |
Skewness |
skewness for the chromatographic peak. |
data("peak_spline")
rt <- peak_spline[, 1]
int <- peak_spline[, 2] - peak_spline[, 3]
peakPseudomomentsSymmetryCalculator(rt, int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.