Rdocumentation
powered by
Learn R Programming
DiagrammeR (version 0.8.4)
delete_edges_ws: Delete all selected edges in an edge selection
Description
In a graph object of class
dgr_graph
, delete all edges present in a selection.
Usage
delete_edges_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
.