Title: | Cut integer-ish data nicely |
---|---|
Description: | Provides a nicer version of cut_number() |
Authors: | Hiroaki Yutani [aut, cre] |
Maintainer: | Hiroaki Yutani <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-11-01 11:16:03 UTC |
Source: | https://github.com/yutannihilation/cutnumberint |
Cut integerish data nicely
cut_number_int(x, n, retry = 3L, show_highest_value = FALSE)
cut_number_int(x, n, retry = 3L, show_highest_value = FALSE)
x |
a numeric vector which is to be converted to a factor by cutting. |
n |
number of bins to create. |
retry |
number of maximum attempts to calculate the non-duplicated breaks for the given. |
show_highest_value |
if |