

corgram(growth)                              R Documentation

_C_a_l_c_u_l_a_t_e _a_n_d _p_l_o_t _a _c_o_r_r_e_l_o_g_r_a_m

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

     `corgram' calculates the values of a correlogram and
     plots it.

_U_s_a_g_e_:

     corgram(y, wt=1, add=F, lty=1, ylim=NULL, xlab=NULL, ylab=NULL, main=NULL)

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

       y: A time series vector.

      wt: Indicator vector with zeros for values to be
          ignored.

     add: If TRUE, adds a new correlogram to an existing
          plot.

  others: Graphics parameters

_V_a_l_u_e_:

     `corgram' returns a two-column matrix containing the
     correlogram.

_A_u_t_h_o_r_(_s_)_:

     J.K. Lindsey

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

     y <- rnorm(100)
     corgram(y)

