Learn R Programming

skynet (version 1.0.1)

dispfilter: 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

dispfilter(g, alpha = 0.003)

Arguments

g

igraph object

alpha

Alpha value. Default 0.003

Examples

Run this code
# NOT RUN {
netDir <- make.netDir(OD_Sample)
dispfilter(netDir$gDir, alpha = 0.003)
# }

Run the code above in your browser using DataLab