hub.correction: Correct for hubs in an adjacency matrix

Description Usage Arguments Value Examples

View source: R/mat_util.R

Description

Correct for hubs in an adjacency matrix

Usage

1

Arguments

obj

matrix for which hubs are corrected

Value

returns the matrix with hub correction

Examples

1
2
 W <- matrix(abs(rnorm(10000)), 100, 100)
 cor.hub <- hub.correction(W)

diffusr documentation built on May 2, 2019, 3:42 a.m.