View source: R/functions_util.R
bin_values_centers | R Documentation |
bin_values_centers
bin_values_centers(n_bins, rng)
n_bins |
Number of bins to assign values to |
rng |
Numeric to define bins for. Defaults to range(x). |
numeric of length n_bins containing centers of bins.
bin_values_centers(3, 0:10) bin_values_centers(3, range(0:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.