tframed                package:tframe                R Documentation

_C_o_n_s_t_r_u_c_t _a _T_f_r_a_m_e_d _O_b_j_e_c_t

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

     Both functions construct a tframed object.  These are generic
     functions. If tf is not a tframe object but has the  necessary
     information then the default methods attempt to build  a tframe.

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

         tframed(x, ...)
         tframed(x, tf = NULL, names = NULL)

         settf(value, x)
         settf(value, x)
         settf(value, x)

         is.tframed(x)

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

       x: A tframed object or an object to be tframed.

      tf: A tframe.

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

     This constructor is like ts but enables the tframe library's
     generic  methods for handling time.

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

     A tframed object.

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

     `tframe'

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

         z <- tframed(matrix(rnorm(200), 100,2), 
                 tf=list(start=c(1982,1), frequency=12))
         is.tframed(z)

