Returns the number of events on each interval. Useful for sampling the original data with sample_events at the highest possible resolution that nevertheless flattens overlapping events.
Usage
event_overlaps(e)
Arguments
e
An event table.
Value
An endpoint-only event table with column "n" listing the number of overlapping events on that interval.
Details
Point events are preserved and line events are cut as necessary at the endpoints of other point or line events.