I am attempting to make a multiple line chart in R using ggplot and am trying to figure out how to not have the x-axis labels overlap (something that looks like th first image below): enter image description here
This is my code: enter image description here
This is the output of my code: enter image description here
Is there a function or parameter to adjust the placement of the x-axis labels to be adjusted like the first image?