refine.partition: Refine a partition of an interval

Description Usage Arguments

View source: R/refine.partition.R

Description

The input breaks defines a partition. refine.partition will add evenly spaced points between breaks such that the maximum difference between any two points in the output is max.width.

Usage

1
refine.partition(breaks, max.width)

Arguments

breaks

Initial partition of an interval on the real line

max.width

Maximum width of intervals in output partition

# @example examples/refine.partition.R


jmhewitt/dsdive documentation built on May 29, 2020, 5:18 p.m.