Description Usage Arguments Value
divides range of 'by' into 'bins' intervals returns list length 'bins' elements of list are index numbers of 'vec' where values are in range of interval of 'by'
1 | ragged_bin_by(vec, by = vec, bins = 10)
|
vec |
is a numeric vector of data |
by |
is a range of values to bin by |
bins |
is the number of bins to use |
a list length 'bins' of index numbers of 'vec' divided along 'by'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.