search for: list_hiatus

Displaying 1 result from an estimated 1 matches for "list_hiatus".

2016 Apr 06
1
Extracting windows from time series
...24,25 etc. corresponds to the first years of the trends that shows a decrease of at least -0.1 Kelvin/decade. So far my method works. The purpose of that was that I could then use the window() function to extract the original values from Puls. This works, but only for one decade at one time --> List_Hiatus <- window(Puls,1,start = c(23), end = c(34)) > List_Hiatus [1] 1.125813 1.143880 1.123572 1.139369 1.134410 1.137944 1.139320 1.055780 1.026300 1.042695 1.007323 0.971577 attr(,"tsp") [1] 23 34 1 Tried but failed with the following approaches: Start_H <- as.numeric(Hiatus[,1...