Constructor modifier to add vertex attributes
Constructor modifier to add vertex attributes
with_vertex_(...)
... |
The attributes to add. They must be named. |
Other constructor modifiers:
simplified()
,
with_edge_()
,
with_graph_()
,
without_attr()
,
without_loops()
,
without_multiples()
make_(ring(10), with_vertex_( color = "#7fcdbb", frame.color = "#7fcdbb", name = LETTERS[1:10])) %>% plot()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.