Description Usage Arguments Value Examples
Remove small unconnected subnetworks from a network
1 | prune_graph(fortified.edgelist, node.dataframe, min.vert = 1)
|
fortified.edgelist |
This dataframe should be a network stored as a "fortified.edgelist" (see geomnet package for details?) |
node.dataframe |
This dataframe should be one returned by gather_nodes() or a bunch of these concatenated together |
min.vert |
A number specifiing the minimum number of verticies that can be in any subnetwork within the larger network |
Returns a network fit for plotting with geomnet in which small subnetworks with less than the specified number have been removed
1 | #soon
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.