rot90                 package:waved                 R Documentation

_R_o_t_a_t_e _m_a_t_r_i_x _9_0 _d_e_g_r_e_e_s

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

     Rotate matrix 90 degrees

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

     rot90(x)

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

       x: A square matrix. 

_V_a_l_u_e:

     90 degrees rotation of $x$.

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

     Marc Raimondo

_R_e_f_e_r_e_n_c_e_s:

     Raimondo, M. and Stewart, M. (2007), `The WaveD Transform in R',
     Journal of Statistical Software.

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

     'WaveD'

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

      rot90(1:5)

