Description Usage Arguments Value Author(s) Examples
View source: R/miscfunctions.R
Function to identify local maxima in a vector, typically a spectrum or a chromatogram.
1 | pick.peaks(x, span)
|
x |
Numerical vector. |
span |
Neighbourhood, used to define local maxima. |
A vector containing positions of local maxima in the input data.
Ron Wehrens
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.