prune_network | R Documentation |
Exclude nodes from a network which are not well connected.
prune_network(network, min_weight = 0.4, min_connectivity = 1)
network |
input network to prune. |
min_weight |
Minimum acceptable weight. |
min_connectivity |
Minimum number of nodes to which to be connected. |
A hopefully smaller, but not too small network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.