scale_x_grates_yearquarter {grates} | R Documentation |
yearquarter scale
Description
ggplot2 scale for a yearquarter vector.
Usage
scale_x_grates_yearquarter(
...,
breaks = ggplot2::waiver(),
n.breaks = 6L,
format = NULL
)
Arguments
... |
Not currently used. |
breaks |
A |
n.breaks |
Approximate number of breaks calculated using Will only have an effect if |
format |
Format to use if "Date" scales are required. If not NULL then the value is used by |
Value
A scale for use with ggplot2.
[Package grates version 1.2.1 Index]