find_peaks {GENEAclassify} | R Documentation |
Peak detect function
find_peaks(x, m = 3)
x |
timeseries signal |
m |
The number of points either side of the peak to required to be a peak. |
Finds the peaks and valleys within the signal passed to the function.