Positive integer passed to base::pretty(). How many intervals to chop into?
...
Passed to chop() by chop_pretty() and tab_pretty(); passed
to base::pretty() by brk_pretty().
Details
base::pretty() tries to return n+1 breakpoints, i.e. n intervals, but
note that this is not guaranteed. There are methods for Date and POSIXct
objects.
For fine-grained control over base::pretty() parameters, use
chop(x, brk_pretty(...)).