| scale_x_annual | R Documentation |
Annual scale for CY, RY, PY, etc.
scale_x_annual(
name = NULL,
prefix = "",
breaks = seq(1990, 2050, by = 10),
labels = function(x) str_extract(x, "[0-9]{4}"),
limits = NULL,
expand = NULL,
...,
verbose = getOption("verbose")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.