tfspan                package:tframe                R Documentation

_T_i_m_e _S_p_a_n

_D_e_s_c_r_i_p_t_i_o_n:

     Calculate Time Span of Objects.

_U_s_a_g_e:

         tfspan(x, ...)

_A_r_g_u_m_e_n_t_s:

       x: a tframe or a tframed object.

     ...: other tframes or tframed objects.

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

     A tframe

_S_e_e _A_l_s_o:

     'tframe',  'tframed' 'start' 'end' 'frequency' 'periods' 'time'

_E_x_a_m_p_l_e_s:

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

