scaledrow: Helper functions for computing scaled peaks

Description Usage Arguments Value

Description

Helper functions for computing scaled peaks

Usage

1
scaledrow(mat, positions, nsd)

Arguments

mat

matrix of series with series organized columnwise

positions

vector of positions to exclude from threshold computation. Internal use only; follows R's rules of matrix indexing by vector.

nsd

numeric number of standard deviations for limits (see Value)

Value

vector limits defined as means + nsd SEMs computed for the columns of mat, excluding positions from the calculation.


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