time                 package:tframe                 R Documentation

_T_i_m_e

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

     The time coresponding to each data point.

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

         time(x)
         time(x)

         time.tframe(x)
         time.tframe(x)
         time.tframe(x)
         time.tframe(x)


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

       x: A tframe or tframed object.

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

     This returns the time (date) of each observation, as might be used
     on the axis of a graph or lables of a printout.

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

     A time series of the dates of observations of x.

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

     `periods' `tframe'

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

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

