intervalCombine

intervalCombine

> Functions

Combines two intervals interval1 and interval2.

Equivalent to union if their intersection is non-empty, otherwise also includes the set in between.

Parameters
Back