Permute
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)).
permute(M)
M |
An integer. |
A matrix.
permute(4)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.