Learn R Programming

tern (version 0.9.8)

bins_percent_labels: Labels for bins in percent

Description

This creates labels for quantile based bins in percent. This assumes the right-closed intervals as produced by cut_quantile_bins().

Usage

bins_percent_labels(probs, digits = 0)

Value

A character vector with labels in the format [0%,20%], (20%,50%], etc.

Arguments

probs

(numeric)
the probabilities identifying the quantiles. This is a sorted vector of unique proportion values, i.e. between 0 and 1, where the boundaries 0 and 1 must not be included.

digits

(integer(1))
number of decimal places to round the percent numbers.