sortmatrix                package:sca                R Documentation

_S_o_r_t _S_i_m_p_l_e _C_o_m_p_o_n_e_n_t _M_a_t_r_i_x

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

     Reorder the columns of a component matrix 'P' by decreasing
     variances of components where the block-components come first, the
     difference components afterwards.

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

     sortmatrix(S, P)

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

       S: correlation/covariance matrix

       P: component matrix

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

     numeric matrix which is just 'P' with columns reordered.

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

     'sca', also for references

