applyPruneFilter {VOSONDash} | R Documentation |
Prune vertices from graph by vertex id
Description
This function removes a list of vertices from the graph object by vertex id value.
Usage
applyPruneFilter(g, selected_prune_verts)
Arguments
g |
igraph |
selected_prune_verts |
List. Selected vertex ids to remove. |
Value
An igraph graph object.
[Package VOSONDash version 0.5.7 Index]