Skip to contents

Relations of Start/End Times of Events

Usage

eventRelation(event1, events2)

Arguments

event1

data frame containing exactly one row representing the event to which the event(s) in events2 is/are to be compared. Columns tBeg (begin of event), tEnd (end of event) and event (event number/ID) are required.

events2

data frame containing in rows the event(s) that are to be compared to the event given in event1. Columns tBeg (begin of event), tEnd (end of event) and event (event number/ID) are required.