remove_small_peaks {wearables}R 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)


[Package wearables version 0.8.1 Index]