R/attributes.R
set.graph.attribute.Rd
set.graph.attribute() was renamed to set_graph_attr() to create a more consistent API.
set.graph.attribute()
set_graph_attr()
set.graph.attribute(graph, name, value)
The graph.
The name of the attribute to set.
New value of the attribute.