Description Usage Arguments Value Examples
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)).
1 | permute(M)
|
M |
An integer. |
A matrix.
1 | permute(4)
|
Loading required package: tfplot
Loading required package: tframe
Attaching package: 'dse'
The following objects are masked from 'package:stats':
acf, simulate
[,1] [,2] [,3] [,4]
[1,] 0 2 3 4
[2,] 1 2 3 4
[3,] 0 0 3 4
[4,] 1 0 3 4
[5,] 0 2 0 4
[6,] 1 2 0 4
[7,] 0 0 0 4
[8,] 1 0 0 4
[9,] 0 2 3 0
[10,] 1 2 3 0
[11,] 0 0 3 0
[12,] 1 0 3 0
[13,] 0 2 0 0
[14,] 1 2 0 0
[15,] 0 0 0 0
[16,] 1 0 0 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.