keepmax: Eliminates peak pairs too close to each other.

Description Usage Arguments Value

Description

Eliminates peak pairs too close to each other.

Usage

1
keepmax(vec, candidates, neighlim)

Arguments

vec

vector of values

candidates

boolean vector representing candidate peaks

neighlim

integer limit of how far apart peaks must be

Value

boolean vector representing candidate peaks with smaller peaks of all pairs within neighlim removed


peakPick documentation built on May 2, 2019, 7:02 a.m.