-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty date breaks #5
Comments
See ggplot2::time_breaks and ggplot2::date_breaks for a place to start. |
could you give me a better understanding of what pretty dates should accomplish? ggplot2::date_breaks returns an output that seems tailored for another function to use. (It doesn't seem that understandable on its own). What overall process is pretty dates a step in? Binning histograms? Also, what determines whether a date break is pretty (i.e, a certain number of them, breaks falling on round "numbers/dates", etc)? |
I made a pretty.dates() with the following features:
|
Sounds perfect! |
Need method like pretty() from base R that given a date range, provides a set of pretty breaks that nicely span the range.
The text was updated successfully, but these errors were encountered: