perm.net.weigths: Network weigths permutation

View source: R/perm.net.weigths.R

perm.net.weigthsR Documentation

Network weigths permutation

Description

Permute weigths while keep link structure

Usage

perm.net.weigths(M, sym = FALSE, nperm = NULL, progress = TRUE)

Arguments

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.

Value

list of square matrices of length nperm + 1.

Examples

perm.net.weigths(M = sim.m, sym = FALSE, nperm = 10, progress = TRUE)

ANTs documentation built on July 3, 2022, 1:05 a.m.

Related to perm.net.weigths in ANTs...