Skip to contents

Pretty breaks that resemble the base plotting engine

Usage

acid_pretty_breaks(n = 5L)

Arguments

n

integer(1). Desired number of breaks.

Value

function.

Note

Updated 2019-07-29.

See also

Examples

acid_pretty_breaks()
#> function (x) 
#> {
#>     axisTicks(usr = log10(range(x, na.rm = TRUE)), log = TRUE, 
#>         axp = NULL, nint = n)
#> }
#> <bytecode: 0x7fa95fcd3d60>
#> <environment: 0x7fa95fcd38c8>