intervals (version 0.15.1)

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.

check_valid

Should validObject be called before passing to compiled code? Also see interval_overlap.

Value

An object of the same class as x, compactly representing the complement of the intervals described in x.