Create a standard set of breaks
brk_default(breaks)
breaks
A numeric vector.
A function which returns an object of class breaks.
chop(1:10, c(2, 5, 8)) chop(1:10, brk_default(c(2, 5, 8)))