partition_all_reals: Partition the real numbers into intervals

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

partition_all_realsR Documentation

Partition the real numbers into intervals

Description

Partition the real numbers into intervals

Partition the real numbers into intervals

Usage

partition_all_reals(breaks = vector(mode = "numeric"))

partition_all_reals(breaks = vector(mode = "numeric"))

Arguments

breaks

vector of breakpoints to create partitions with

Value

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

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.