powered by
Convert numeric or interval cuts to simple and pretty labels.
interval_labels(cuts, digits = NULL, left_closed = TRUE)
A vector of character labels.
A vector or numeric or character interval cuts.
If cuts are numeric, TRUE or FALSE of whether intervals are to be left-closed. Defaults to TRUE.
A function to apply to the numeric values, e.g. scales::label_comma().
simplevis:::interval_labels(c(0, 0.1, 3, 4.1, 7, 100, Inf)) simplevis:::interval_labels(c("(0, 10]", "(10, 50]", "(50, 100]")) simplevis:::interval_labels(c("[0, 10)", "[10, 50)", "[50, 100)"))
Run the code above in your browser using DataLab