ggplot2 scale for a yearmonth vector.
scale_x_grates_yearmonth(
...,
breaks = ggplot2::waiver(),
n.breaks = 6L,
format = NULL
)
A scale for use with ggplot2.
Not currently used.
A <grates_yearmonth>
vector of the desired breaks.
[integer]
Approximate number of breaks calculated using scales::breaks_pretty
(default 6L).
Will only have an effect if breaks = waiver()
.
Format to use if "Date" scales are required.
If not NULL then the value is used by format.Date()
and can be any input
acceptable by that function.