disparity_filter {skynet} | R Documentation |
Disparity Filter
Description
Uses the Serrano's disparity filter (https://en.wikipedia.org/wiki/Disparity_filter_algorithm_of_weighted_network) to extract the backbone of the network in "Extracting the multiscale backbone of complex weighted networks"
Usage
disparity_filter(g, alpha = 0.003)
Arguments
g |
igraph object |
alpha |
Alpha value. Default 0.003 |
Examples
## Not run:
netDir <- make.netDir(OD_Sample)
disparity_filter(netDir$gDir, alpha = 0.003)
## End(Not run)
[Package skynet version 1.4.3 Index]