View source: R/int_period-scale.R
scale_x_grates_int_period | R Documentation |
ggplot2 scale for an integer-period vector.
scale_x_grates_int_period(
...,
breaks = ggplot2::waiver(),
n.breaks = 6L,
centre = FALSE,
n
)
... |
Not currently used. |
breaks |
A |
n.breaks |
Approximate number of breaks calculated using Will only have an effect if |
centre |
Only applicable to an If FALSE labels are place at the edge of the bounds. If TRUE then labels are centralised and of the form |
n |
Number used for the original grouping. |
A scale for use with ggplot2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.