Displaying weekdays in R’s ggplot2
In the past couple of years, I have been messing around to get weekdays in my ggplot2 charts. However, I discovered a pretty straightforward method to do it properly. All those hours wasted, but no more. I will demonstrate with an example. I use data.table for wrangling, and lubridate for…