get_eb_times {segmag} | R Documentation |
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.
get_eb_times(segmag, cutoff)
segmag |
object of class |
cutoff |
numeric value determining the critical cutoff in segmentation magnitude |
numeric vector with event boundary times
get_eb_times_segmag_diff
, bootstrap_critical_cutoffs
#see ?segmag for an example