R Visualization Tips: Using the scales packageExplore further
2019-11-27u2002·u2002Axis breaks breaks_width(): equally spaced breaks breaks_width() is commoly supplied to the breaks arguent in scale function for equally spaced breaks, useful for numeric, date, and date-time scales. breaks_width(width, offset = 0) width: Distance between each break.Either a number, or for date/times, a single string of the form 'n unit', e.g. '1 month', '5 days'.
Get Price