View source: R/yearmonth-scale.R
scale_x_grates_yearmonth | R Documentation |
ggplot2 scale for a yearmonth vector.
scale_x_grates_yearmonth(
...,
breaks = ggplot2::waiver(),
n.breaks = 6L,
format = NULL
)
... |
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 |
A scale for use with ggplot2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.