Description Usage Arguments Value Examples
View source: R/recode_helpers.R
Get interval labels for even intervals of discrete numeric values compatible with base::cut.
1 | interval_labels(from, to, width = 5)
|
from, to |
A |
width |
The width of the interval, e.g. 5 (default) for intervals 0-5. |
A character
vector of interval labels compatible with base::cut.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.