exponential_cut
From sig v0.0-5
by Richard Cotton
Cut with exponential breaks
Wrapper to cut
for positive integers.
Usage
exponential_cut(x)
Arguments
- x
- A vector of positive integers.
Value
-
A factor.
Note
The breaks are 1, 2, 3 to 4, 5 to 8, etc. No input checking is done; use at your peril.
See Also
Examples
## Not run:
# exponential_cut(c(1:10, 500))
# ## End(Not run)
Community examples
Looks like there are no examples yet.