threshold: 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)
Value
Returns the complex network with the cuts already made