Hi y'all!
I have to plot the monthly and minimum temperature into a same graph. RIght now, I managed to put them on different graphes.. Apparently I have to create one sigle variable x for both but not sure how to do that.
Thanks for helping me!
Month Day Year AvgTemperature Date
1: 1 1 2015 62.4 2015-01-01
2: 1 2 2015 60.4 2015-01-02
3: 1 3 2015 63.0 2015-01-03
4: 1 4 2015 67.4 2015-01-04
5: 1 5 2015 69.4 2015-01-05
1823: 12 27 2019 64.7 2019-12-27
1824: 12 28 2019 66.7 2019-12-28
1825: 12 29 2019 66.1 2019-12-29