Discretize a numeric vector along quantiles
cutq(vec, n = 10, ...)
Arguments
vec |
numeric/integer vector |
n |
number of buckets (atleast two) |
... |
extra named arguments passed to `cut` |
Value
A factor
Details
By passing extra arguments to `cut`, output can be styled