View source: R/peakSharpnessCalculator.R
peakSharpnessCalculator | R Documentation |
This function measures sharpness of a chromatographic peak
peakSharpnessCalculator(int)
int |
a vector of intensities of the chromatographic peak. |
A number representing peak sharpness. The higher values indicate higher sharpness.
data("peak_spline")
int <- peak_spline[, 2]
peakSharpnessCalculator(int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.