bbaplot                package:uroot                R Documentation

_B_u_y_s-_B_a_l_l_o_t _A_n_u_a_l _P_a_t_h _P_l_o_t

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

     Plot anual paths in quarterly and monthly time series.

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

         bbaplot (wts, years=NULL, colour=c("SlateBlue","SeaGreen","red","magenta"))
       

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

     wts: a univariate time series object.

   years: a vector indicating the years to plot. By default the first,
          last, and half the sample years are selected.

  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:

     'bbplot', 'bb3D', and 'bbcn'.

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

         ## Plot anual paths.
         data(AirPassengers)
         bbaplot(wts=AirPassengers)
         bbaplot(wts=log(AirPassengers), years=c(1949, 1951, 1958, 1960))
       

