Description Usage Arguments Value See Also Examples
A wrapper function of axisTicks
that
uses log scale.
1 | base_log_breaks(n = 10)
|
n |
Integer: value indicating (approximately) the desired number of
intervals. See also |
A function that taks a numeric vector and computes log-scale axis tick locations
1 2 | tick_func <- base_log_breaks(n = 10)
tick_func(runif(100, 0, 10))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.