tfprint                package:tframe                R Documentation

_P_r_i_n_t _T_f_r_a_m_e_d _O_b_j_e_c_t_s

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

     Print tframe or tframed objects.

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

         tfprint(x, ...)
         tfprint(x, ...)
         tfprint(x, ...)
         tfprint(x, digits=NULL, quote=T, prefix="", ...)

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

       x: A tframe or tframed object.

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

     `tfprint' prints data in a tframed object while  `tfprint.tframe'
     prints the tframe. In many cases these are the same as print
     methods.  However, tfprint tries to provide an alternate generic
     mechanism that is consistent with the tframe view of the data.
     This may not always be the preferred print method.  Also, new
     classes of time series may define there own print methods in ways
     which use a different logic from the tframe library. Thus tfprint
     provides a way to program functions which use methods consistent
     with the tframe library logic.

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

     tfprint methods return the object invisibly.

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

     `tfplot' `tframe' `tframed' `print' `plot'

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

         tfprint(ts(rnorm(100)))

