remove_small_peaks: Small peaks removal

View source: R/peak_detection.R

remove_small_peaksR Documentation

Small peaks removal

Description

Remove peaks with a small rise from start to apex are removed

Usage

remove_small_peaks(data, thres = 0)

Arguments

data

df with info on peaks

thres

threshold of amplitude difference in order to be removed (default 0 means no removals)


PCdLf/wearables documentation built on Nov. 19, 2024, 5:57 p.m.