interval_complement: Compute the complement of a set of intervals
Description
Compute the complement of a set of intervals.
Usage
# S4 method for Intervals_virtual
interval_complement(x, check_valid = TRUE)
Arguments
x
An "Intervals"
or "Intervals_full"
object.
Value
An object of the same class as x
, compactly representing the
complement of the intervals described in x
.