find_peaks {GENEAclassify}R Documentation

Find_Peaks

Description

Peak detect function

Usage

find_peaks(x, m = 3)

Arguments

x

timeseries signal

m

The number of points either side of the peak to required to be a peak.

Details

Finds the peaks and valleys within the signal passed to the function.


[Package GENEAclassify version 1.5.5 Index]