find_peaks: Peak detection algorithm from...

find_peaksR Documentation

Peak detection algorithm from https://github.com/stas-g/findPeaks

Description

To find valleys, use -x

Usage

find_peaks(x, m = 3, na.ignore = FALSE)

Arguments

x

signal vector

m

Number of points of both sides of the peak with a lower value. 2m = width of peak

na.ignore

Ignore NA values in peak calculation


JohannesNE/waveformtools documentation built on July 1, 2022, 8:48 p.m.