Msts                  package:uroot                  R Documentation

_M_a_t_r_i_x _w_i_t_h _S_e_a_s_o_n_a_l _D_a_t_a

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

     Returns a matrix with the seaonal data by columns. For internal
     use.

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

         Msts (wts)
       

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

     wts: a univariate time series object.

_A_u_t_h_o_r(_s):

     Javier Lpez-de-Lacalle javlacalle@yahoo.es and Ignacio
     Daz-Emparanza Ignacio.Diaz-Emparanza@ehu.es

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

         ## Buys-Ballot contour plot.
         data(AirPassengers)
         Msts(wts=log(AirPassengers))
       

