tfspan: Time Span

Description Usage Arguments Details Value See Also Examples

Description

Calculate Time Span of Objects.

Usage

1
    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

tframe, tframed start end frequency Tobs time

Examples

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

tframe documentation built on May 31, 2019, 1:03 a.m.

Related to tfspan in tframe...