permute                 package:dse2                 R Documentation

_P_e_r_m_u_t_e

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

     Return matrix with rows indicating all possible selections of
     elements from seq(M). 0 in the result indicates omit.  M is
     usually a positive integer. M=0 gives NULL. Neg. M give
     -permute(abs(M)).

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

         permute(M)

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

     A matrix.

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

         permute(4)

