Learn R Programming

tframe (version 2007.5-2)

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.

Value

  • A tframe

Details

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

See Also

tframe, tframed start end frequency periods time

Examples

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

Run the code above in your browser using DataLab