A character vector of labels or a function to create labels.
left
Logical. Left-closed or right-closed breaks?
close_end
Logical. Close last break at right? (If left is FALSE,
close first break at left?)
raw
Logical. Use raw values in labels?
Details
chop_equally() uses chop_quantiles() under the hood. If x has duplicate
elements, you may get fewer groups than requested. If so, a warning will
be emitted. See the examples.