chromatographicPeakDetector {IDSL.IPA} | R Documentation |
peak detection
Description
This function detects separated chromatographic peaks on the chromatogram.
Usage
chromatographicPeakDetector(int)
Arguments
int |
a vector of intensities of the chromatogram. |
Value
A matrix of 2 columns. Each row indicates peak boundary indices on the 'int' vector.
Examples
data(chromatogramMatrix)
int <- chromatogramMatrix$smoothChromatogram
chromatographicPeakDetector(int)
[Package IDSL.IPA version 2.9 Index]