delete_nodes_ws {DiagrammeR}R Documentation

Delete all selected nodes in a node selection

Description

In a graph object of class dgr_graph, delete all nodes present in a selection.

Usage

delete_nodes_ws(graph)

Arguments

graph

a graph object of class dgr_graph that is created using create_graph.

Value

a graph object of class dgr_graph.


[Package DiagrammeR version 0.8.4 Index]