View source: R/networkGraphs.R
applyPruneFilter | R Documentation |
This function removes a list of vertices from the graph object by vertex id value.
applyPruneFilter(g, selected_prune_verts)
g |
igraph |
selected_prune_verts |
List. Selected vertex ids to remove. |
An igraph graph object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.