base_log_breaks: Compute Pretty Axis Ticks of Log-scale

Description Usage Arguments Value See Also Examples

Description

A wrapper function of axisTicks that uses log scale.

Usage

1

Arguments

n

Integer: value indicating (approximately) the desired number of intervals. See also nint in axisTicks

Value

A function that taks a numeric vector and computes log-scale axis tick locations

See Also

axisTicks

Examples

1
2
tick_func <- base_log_breaks(n = 10)
tick_func(runif(100, 0, 10))

statech/CommonPlots documentation built on May 6, 2019, 1:32 a.m.