iv-set-pairwise-deprecated {ivs}R Documentation

Pairwise set operations

Description

[Deprecated]

These functions are deprecated in favor of their set_ prefixed equivalents.

Usage

iv_pairwise_complement(x, y)

iv_pairwise_union(x, y)

iv_pairwise_intersect(x, y)

iv_pairwise_difference(x, y)

iv_pairwise_symmetric_difference(x, y)

Arguments

x, y

⁠[iv]⁠

A pair of interval vectors.

These will be cast to the same type, and recycled against each other.


[Package ivs version 0.2.0 Index]