eventRelation: Relations of Start/End Times of Events

View source: R/eventRelation.R

eventRelationR Documentation

Relations of Start/End Times of Events

Description

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.


KWB-R/kwb.event documentation built on June 14, 2022, 1:15 p.m.