scale_x_grates_int_period {grates} | R Documentation |
Integer-period scale (Experimental)
Description
ggplot2 scale for an integer-period vector.
Usage
scale_x_grates_int_period(
...,
breaks = ggplot2::waiver(),
n.breaks = 6L,
centre = FALSE,
n
)
Arguments
... |
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. |
Value
A scale for use with ggplot2.
[Package grates version 1.5.0 Index]