Learn R Programming

GENEAclassify (version 1.5.3)

find_peaks: 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.