sort_intervals: Sort intervals in increasing order

Description Usage Arguments Value Examples

Description

Sort intervals in increasing order

Usage

1

Arguments

start

Left endpoints of interval

end

Right endpoints of interval

Value

A list with two vectors named "start" and "end" of the same length as 'start' and 'end' and representing the left and right endpoints of the sorted intervals.

Examples

1
sort_intervals(2:1, 3:4)

cbaumbach/miscFun documentation built on May 13, 2019, 1:48 p.m.