View source: R/perm.net.weigths.R
perm.net.weigths | R Documentation |
Permute weigths while keep link structure
perm.net.weigths(M, sym = FALSE, nperm = NULL, progress = TRUE)
M |
a square matrix with colmun and row names |
sym |
if TRUE, it extracts the lower triangle of the matrix only. |
nperm |
an integer indicating the number of permutations wanted. |
progress |
a boolean indicating the visualization of the permutation process. |
perm.net.weigths(M = sim.m, sym = FALSE, nperm = 10, progress = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.