powered by
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"
disparity_filter(g, alpha = 0.003)
igraph object
Alpha value. Default 0.003
# NOT RUN { netDir <- make.netDir(OD_Sample) disparity_filter(netDir$gDir, alpha = 0.003) # }
Run the code above in your browser using DataLab