peakSharpnessCalculator {IDSL.IPA} | R Documentation |
Peak Sharpness Calculator
Description
This function measures sharpness of a chromatographic peak
Usage
peakSharpnessCalculator(int)
Arguments
int |
a vector of intensities of the chromatographic peak. |
Value
A number representing peak sharpness. The higher values indicate higher sharpness.
Examples
data("peak_spline")
int <- peak_spline[, 2]
peakSharpnessCalculator(int)
[Package IDSL.IPA version 2.9 Index]