View source: R/functions_util.R
bin_values | R Documentation |
bin_values
bin_values(x, n_bins, xrng = range(x))
x |
Values to assign to bins |
n_bins |
Number of bins to assign values to |
xrng |
Optional numeric of length 2. Defines the domain to define bins for. Defaults to range(x). |
bin assignments parall to x.
bin_values(0:10, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.