View source: R/refine.partition.R
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
.
1 | refine.partition(breaks, max.width)
|
breaks |
Initial partition of an interval on the real line |
max.width |
Maximum width of intervals in output partition # @example examples/refine.partition.R |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.