date_breaks {scales} | R Documentation |
Regularly spaced dates
Description
Use breaks_width()
instead.
Usage
date_breaks(width = "1 month")
Arguments
width |
an interval specification, one of "sec", "min", "hour", "day", "week", "month", "year". Can be by an integer and a space, or followed by "s". Fractional seconds are supported. |
[Package scales version 1.4.0 Index]