applyPruneFilter: Prune vertices from graph by vertex id

Description Usage Arguments Value

View source: R/networkGraphs.R

Description

This function removes a list of vertices from the graph object by vertex id value.

Usage

1
applyPruneFilter(g, selected_prune_verts)

Arguments

g

igraph graph object.

selected_prune_verts

List. Selected vertex ids to remove.

Value

An igraph graph object.


Manmit1Singh/visnetwork documentation built on Dec. 17, 2021, 2:18 a.m.