overlapping {timetools} | R Documentation |
For objects based on time intervals. Test if any interval overlap another one. Because the test can be ressource consuming, it stops at the first case encoutered that does not satisfy this condition. The two indices corresponding are printed.
overlapping(x, ...)
x |
object to test for overlapping |
... |
arguments to or from other methods |
logical indicating if 'x' has any overlapping time interval.
TimeIntervalDataFrame, POSIXcti