Hello,
I am trying to create a line graph in R studio as above ^ however I am struggling. I would like the X axis to be dates from May 1997-Apr 1998, the y axis to be Sea Surface Temperatures, and the 2 lines to show the minimum and maximum sea surface temperatures.
My excel sheet is formatted as follows:
Date SST Min SST Max
May 97 25 30
June 97 27 31
July 97 30 33
and so on.
Any ideas for a code using ggplot?
Thanks.