Time Span
Calculate Time Span of Objects.
tfspan(x, ...)
x |
a tframe or a tframed object. |
... |
other tframes or tframed objects. |
Calculate the time frame from the earliest start to latest end of all arguments.
A tframe
z <- ts(rnorm(100), start=c(1982,1), frequency=12) zz <- ts(rnorm(100), start=c(1992,1), frequency=12) tfspan(z, zz)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.