set_edge_attr_with_selection {DiagrammeR} | R Documentation |
From a graph object of class dgr_graph
, set edge
attribute properties for edges available in a selection.
set_edge_attr_with_selection(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 chosen edges. |
a graph object of class dgr_graph
.