Description Usage Arguments Value Examples
This function is useful for breaking up data into equal unique parts
1 2 3 4 5 6 7 8 | quantileCut(
x,
number_breaks = 10,
force_unique = TRUE,
silent = TRUE,
na.rm = FALSE,
...
)
|
x |
a numeric vector |
number_breaks |
how many groups should there be |
force_unique |
should you make sure the breaks are unique? |
silent |
will not warn if breaks aren't unique |
na.rm |
will na's be removed? |
... |
passed to |
a factor (result of cut
)
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.