partition_bounded_reals: Partition a subset of the reals into intervals

View source: R/partition-bounded-reals.R

partition_bounded_realsR Documentation

Partition a subset of the reals into intervals

Description

Partition a subset of the reals into intervals

Usage

partition_bounded_reals(breaks, lb, ub)

Arguments

breaks

vector of breakpoints to create partitions with

lb

lowest number to include

ub

highest number to include

Value

list of vectors, each vector contains the lower and upper bound in order


sakrejda/dt documentation built on Sept. 24, 2022, 3:03 a.m.