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.

Examples

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

SebastianSosa/ant documentation built on Sept. 23, 2023, 7:06 a.m.