pruneLinksByPredicate | R Documentation |
Removes links that satisfy a predicate
pruneLinksByPredicate(net, predicate, verbose = c(TRUE, FALSE), ...)
net |
A Network object |
predicate |
A function that takes a link and returns a boolean |
verbose |
If TRUE, will print messages |
... |
additional arguments passed to the predicate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.