exponential_cut {sig} | R Documentation |
Cut with exponential breaks
Description
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)
[Package sig version 0.0-6 Index]