bbplot                 package:uroot                 R Documentation

_B_u_y_s-_B_a_l_l_o_t _P_l_o_t _f_o_r _S_e_a_s_o_n_a_l _T_i_m_e _S_e_r_i_e_s

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

     Plot seasonal paths in quarterly and monthly time series.

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

         bbplot (wts, colour=c("SlateBlue","SeaGreen","red","magenta"))
       

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

     wts: a univariate time series object.

  colour: colours for lines.

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

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

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

     'bbaplot', 'bb3D', and 'bbcn'.

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

         ## Plot seasonal paths in the original data and the logarithms of the first differences.
         data(AirPassengers)
         bbplot(wts=AirPassengers)
         bbplot(wts=diff(log(AirPassengers), lag=1))
       

