Ploting weekly data with basic R plot() function, but want labels to be evenly spaced and non-repeating month-years?
Note I can only use base R’s plot(), no ggplot. I have data with 156 weeks (about 3 years), the weeks are anchored to March 19th 2020 date (going 7 days back and forward to create every week interval). Because of this many weeks start in the same month or include the boundary of two different months within their interval.