Plotting dates on the x-axis and customizing labels
I am trying to make a graph of a time series, but I’m having trouble achieving my desired result. I have data from a time series from May 2021 to December 2022. Original data is by day, but for my visualization, months will suffice. I used lubridate::floor_date() and summarised the observations. The resulting data is… Read More Plotting dates on the x-axis and customizing labels