log10_minor_breaks: Add log10 minor breaks to a ggplot with...

Description Usage Arguments Value Examples

Description

Add log10 minor breaks to a ggplot with ggplot2::scale_x/y_log10() activated.

Usage

1

Arguments

...

Added via a + in a ggplot2 chain.

Value

A log10 plot with minor breaks.

Examples

1
ggplot2::ggplot() + ggplot2::scale_x_log10('x', minor_breaks = log10_minor_breaks())

ConGibbs10/utilsGibbs documentation built on Jan. 7, 2022, 1:03 p.m.