cut_quanti | R Documentation |
n
equal partsCuts a quantitative variable in n
equal parts
cut_quanti(x, n, ...)
x |
a numeric vector |
n |
numeric, the number of parts: 2 to cut according to the median, and so on... |
... |
other arguments to be passed in |
A factor vector
Hugo Varet
cut_quanti(cgd$height, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.