Pivot | R Documentation |
Finds the first pivot of Omega.
Pivot(Omega)
Omega |
A matrix of 0s and 1s. |
Vector of dimension 2: entries of the pivot.
Omega <- matrix(c(1,1,0,1,1,1,0,1,1), ncol = 3)
Pivot(Omega)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.