helperpeak: helper function for small peak elimination

Description Usage Arguments Value

Description

helper function for small peak elimination

Usage

1
helperpeak(thepos, vec, nsd, npos)

Arguments

thepos

integer position of peak in vector vec

vec

vector of values for peakdetection

nsd

numeric minimum number of standard deviations for a peak to rise above the mean of its immediate vicinity in order to be considered for a peak call

npos

integer value, peak size will be estimated plus/minus npos positions from peak

Value

boolean TRUE if the peak at position thepos is to be deleted


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