I have tried to look at other questions at this forum, but did not find the suitable answer for my query. That's why i am asking this question here:
I have a time series data with daily mean temperature values for 3 years 2017, 2018 and 2019 separately. For example like this:
1.1.2017 1.1.2018 1.1.2019
Temperature 21 23 24
Now i want to make one variable that represents daily mean temperature for 2017, 18 and 19. How should i do that in R?
I am sorry if that's a very basic question but i am really stuck at it and don't know what to do? Any help would be appreciated