View source: R/Main_functions.R
discretize_values | R Documentation |
Discretize values in a vector based on a finite set of values
discretize_values(x, breaks = c(1, 0.1, 0.05, 0.01), decreasing_order = TRUE)
x |
numeric vector |
breaks |
numeric vector. Set of discrete values on which |
decreasing_order |
logical. Map |
a numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.