stlmethods               package:stats               R Documentation

_M_e_t_h_o_d_s _f_o_r _S_T_L _O_b_j_e_c_t_s

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

     Methods for objects of class 'stl', typically the result of 'stl'.
      The 'plot' method does a multiple figure plot with some
     flexibility.

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

     ## S3 method for class 'stl':
     plot(x, labels = colnames(X),
          set.pars = list(mar = c(0, 6, 0, 6), oma = c(6, 0, 4, 0),
                          tck = -0.01, mfrow = c(nplot, 1)),
          main = NULL, range.bars = TRUE, ...)

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

       x: 'stl' object.

  labels: character of length 4 giving the names of the component
          time-series.

set.pars: settings for 'par(.)' when setting up the plot.

    main: plot main title.

range.bars: logical indicating if each plot should have a bar at its
          right side which are of equal heights in user coordinates.

     ...: further arguments passed to or from other methods.

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

     'plot.ts' and 'stl', particularly for examples.

