View source: R/methods-Network.R
pruneLinksBelowWeight | R Documentation |
Removes links that have a weight below a threshold. This is a convenience function that calls pruneLinksByPredicate.
pruneLinksBelowWeight(net, threshold, verbose = c(TRUE, FALSE))
net |
A Network object |
threshold |
The threshold |
verbose |
If TRUE, will print messages |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.