powered by
window.tis
x
start
end
## S3 method for class 'tis': window(x, start = NULL, end = NULL, extend = F, ...)
tis
ti
ti(z, tif = tif, freq = frequency)
z <- tis(1:24, start = c(2001,1), freq = 12) z2 <- window(z, start = 19991231, extend = TRUE) ## z2 extends back with NA's window(z, end = end(z) - 3)
Run the code above in your browser using DataLab