interval_difference {intervals} | R Documentation |
Compute the set difference between two objects.
## S4 method for signature 'Intervals_virtual,Intervals_virtual' interval_difference(x, y, check_valid = TRUE)
x |
An |
y |
An |
check_valid |
Should |
An object representing the subset of the integers or real line, as
determined by type(x)
, found in x
but not in y
.
These methods are just wrappers for
interval_intersection
and
interval_complement
.