threshold {BASiNET} | R Documentation |
Applies threshold on the network from a value
Description
Given an integer value X, a cut, that is, edges that are cut will be assigned zero. This cut will be done in the network where the edges have a weight less than the value of X.
Usage
threshold(x, net)
Arguments
x |
Integer value that would limit the edges |
net |
Complex network where the edges will be cut |
Value
Returns the complex network with the cuts already made
Author(s)
Eric Augusto Ito
[Package BASiNET version 0.0.5 Index]