R/networkGraphs.R
applyPruneFilter.Rd
This function removes a list of vertices from the graph object by vertex id value.
applyPruneFilter(g, selected_prune_verts)
igraph graph object.
graph
List. Selected vertex ids to remove.
An igraph graph object.