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