View source: R/eventRelation.R
eventRelation | R Documentation |
Relations of Start/End Times of Events
eventRelation(event1, events2)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.