Pretty breaks that resemble the base plotting engine
Usage
acid_pretty_breaks(n = 5L)
Arguments
- n
integer(1)
.
Desired number of breaks.
Examples
acid_pretty_breaks()
#> function (x)
#> {
#> axisTicks(usr = log10(range(x, na.rm = TRUE)), log = TRUE,
#> axp = NULL, nint = n)
#> }
#> <bytecode: 0x7fa95fcd3d60>
#> <environment: 0x7fa95fcd38c8>