R/mat_util.R
hub.correction.Rd
Correct for hubs in an adjacency matrix
hub.correction(obj)
matrix (or dgCMatrix) for which hubs are corrected
matrix
dgCMatrix
returns the matrix (or dgCMatrix) with hub correction
W <- matrix(abs(rnorm(10000)), 100, 100) cor.hub <- hub.correction(W)