get_eb_times: Retrieve event boundary times from a segmag object

Description Usage Arguments Value See Also Examples

Description

Returns the times of event boundaries from a segmag object. Event boundaries are defined as the center of local maxima in segmentation magnitude that are higher than a critical cutoff value. The critical cutoff value should be determined with the bootstrap_critical_cutoffs function.

Usage

1

Arguments

segmag

object of class segmag

cutoff

numeric value determining the critical cutoff in segmentation magnitude

Value

numeric vector with event boundary times

See Also

get_eb_times_segmag_diff, bootstrap_critical_cutoffs

Examples

1
#see ?segmag for an example

segmag documentation built on May 2, 2019, 2:46 a.m.

Related to get_eb_times in segmag...