Returns a function that computes minor tick positions for a log10-scaled axis.
This is useful in conjunction with scale_y_log10() or scale_x_log10() in ggplot2,
where minor breaks are not added by default.
Examples
if (FALSE) { # \dontrun{
ggplot2::scale_y_log10(
limits = c(0.01, 100),
breaks = c(0.01, 0.1, 1, 10, 100),
minor_breaks = kwb.BerlinWaterModel.public::log10_minor_breaks()
)
} # }