View source: R/perm.net.degree.R
perm.net.degree | R Documentation |
Permutes the rows and/or the columns of a matrix to maintain the link structure during the permutation process.
perm.net.degree(M, nperm)
M |
a square adjacency matrix or a list of square adjacency matrices. |
nperm |
number of permutations wanted. |
Link permutation maintaining the link structure, is usually used for matrix correlation or regression.
A list of permuted matrices, if M is a single square adjacency matrix.
A list of a list of permuted matrices if M is a list of square adjacency matrices.
Sebastian Sosa, Ivan Puga-Gonzalez.
t=perm.net.degree(sim.m,nperm=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.