quantile_breaks | R Documentation |
Quantile Breaks
quantile_breaks(xs, n = 10)
xs |
A numeric vector of values. |
n |
An integer specifying the number of quantile breaks to be calculated. |
A numeric vector representing the quantile breaks.
xs <- c(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
quantile_breaks(xs, n = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.