rmperm | R Documentation |
Given an input matrix (or stack thereof), rmperm
performs a (random) simultaneous row/column permutation of the input data.
rmperm(m)
m |
a matrix, or stack thereof (or a graph set, for that matter). |
Random matrix permutations are the essence of the QAP test; see qaptest
for details.
The permuted matrix (or matrices)
Carter T. Butts buttsc@uci.edu
rperm
#Generate an input matrix
g<-rgraph(5)
g #Examine it
#Examine a random permutation
rmperm(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.