clusterRepro-internal      package:clusterRepro      R Documentation

_c_l_u_s_t_e_r_R_e_p_r_o _I_n_t_e_r_n_a_l _F_u_n_c_t_i_o_n_s

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

     This function randomly permutes the entries of each of the
     matrix's columns independently of the other columns.

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

     permuteCol(x)

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

       x: matrix of at least one row and one column

_D_e_t_a_i_l_s:

     This function is not to be be called by the user.

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

     The matrix of permuted columns is returned.

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

     Trevor Hastie

