temperature.anomaly

hello ,
sorry I would like to do the, detrend, periodogram,and spectrogram to see the frequency content. of the following time series can you show me the code please.

T_AN <-tibble::tribble(
         Year,  T.Anom,
         1950, "-0.15",
         1951,  "0.00",
         1952,  "0,04",
         1953,  "0,13",
         1954, "-0.10",
         1955, "-0.13",
         1956, "-0.18",
         1957,  "0.07",
         1958,  "0.12",
         1959,  "0,08",
         1960,  "0,05",
         1961,  "0,09",
         1962,  "0.10",
         1963,  "0.12",
         1964, "-0.14"
         )
head(T_AN)

What have you tried so far? what is your specific problem?, we are more inclined towards helping you with specific coding problems rather than doing your work for you.

Could you please turn this into a self-contained REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.

If you've never heard of a reprex before, you might want to start by reading this FAQ:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.