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)