Checks if intervals overlap.
Usage
overlap(x, y, ...)
# S4 method for numeric,numeric
overlap(x, y)
# S4 method for ANY,missing
overlap(x)
Arguments
- x, y
A
numeric
vector giving the lower and upper boundaries of the time intervals, respectively. Ify
is missing, an attempt is made to interpretx
in a suitable way (seegrDevices::xy.coords()
).- ...
Currently not used.