

crlag(timeslab)                              R Documentation

_A_p_p_l_y _t_h_e _C_i_r_c_u_l_a_r _S_h_i_f_t _O_p_e_r_a_t_o_r _t_o _a _V_e_c_t_o_r

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

     Apply the Circular Shift Operator to a Vector

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

     crlag(x)

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

       x: An array.

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

   crlag: returns the array that results from applying the
          circular shift operator to the original array.

