threshold | R Documentation |
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.
threshold(x, net)
x |
Integer value that would limit the edges |
net |
Complex network where the edges will be cut |
Returns the complex network with the cuts already made
Eric Augusto Ito
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.