Learn R Programming

hmi (version 0.9.16)

split_interval: Split up intervals

Description

This function splits an interval object up into the lower and upper bound

Usage

split_interval(interval)

Arguments

interval

an interval object of length n (if it is something else, it is returned unchanged)

Value

a n times 2 matrix. The first column is the lower bound, the second the upper bound.