set_edge_attrs_ws {DiagrammeR} | R Documentation |
From a graph object of class
dgr_graph
or an edge data frame, set edge
attribute properties for one or more edges
set_edge_attrs_ws(graph, edge_attr, value)
graph |
a graph object of class
|
edge_attr |
the name of the attribute to set. |
value |
the value to be set for the chosen attribute for the edges in the current selection. |
a graph object of class dgr_graph
.