powered by
scale_x_bd(..., business.dates, max.major.breaks = 5, max.minor.breaks = max.major.breaks * 5, breaks = bd_breaks(business.dates))
continuous_scale
Date
bd_breaks
max => [date range] => breaks
## Not run: # ggplot(ts, aes(x=date, y=price)) + # scale_x_bd(business.dates=yahoo('SPY'), max.major.breaks=10, labels=date_format("%b '%y")) # ## End(Not run)
Run the code above in your browser using DataLab