Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tfspan

Time Span


Description

Calculate Time Span of Objects.

Usage

tfspan(x, ...)

Arguments

x

a tframe or a tframed object.

...

other tframes or tframed objects.

Details

Calculate the time frame from the earliest start to latest end of all arguments.

Value

A tframe

See Also

Examples

z  <- ts(rnorm(100), start=c(1982,1), frequency=12)
    zz <- ts(rnorm(100), start=c(1992,1), frequency=12)
    tfspan(z, zz)

tframe

Time Frame Coding Kernel

v2015.12-1.1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.