combinations              package:dprep              R Documentation

_C_o_n_s_t_r_u_c_t_i_n_g _d_i_s_t_i_n_c_t _p_e_r_m_u_t_a_t_i_o_n_s

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

     A function for constructing the minimal set of permutations  of
     the elements in the sequence 1:numcol as described by Wegman in 
     Hyperdimensional Data Analysis(1999)

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

     combinations(numcol)

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

  numcol: a value representing the number of columns in a matrix

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

     a matrix in which each column represents a distinct permutation of
     the sequence 1:numcol

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

     Caroline Rodriguez

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

     Wegman, E. (1990), Hyperdimensional data analysis using parallel 
     coordinates, Journal of the American Statistical Association, 85,
     664-675.

