event_range: Event Range

Description Usage Arguments See Also Examples

View source: R/event_metrics.R

Description

Returns the minimum and maximum endpoints of all the events in an event table.

Usage

1

Arguments

e

An event table.

See Also

event_coverage for an alternative that accounts for gaps.

Examples

1
2
event_range(events(1:5))            # no gaps
event_range(events(c(1,5), c(1,5))) # gaps

linbin documentation built on April 20, 2021, 5:07 p.m.