segment_signal: Produces a series of segment identifiers based on a vector...

Description Usage Arguments Value Examples

View source: R/segment_signal.R

Description

Produces a series of segment identifiers based on a vector listing the boundaries of the segments

Usage

1

Arguments

seg

the boundaries of segments c(i1,i2,....,N) where i1, i2, ... correspond to first elements of each segment and N is the index of the last element

Value

a series corresponding to segment identifiers

Examples

1
segment_signal(c(1,40,68,100))

lvaudor/hubr documentation built on May 3, 2019, 7:40 p.m.