R/make.R
with_edge_.Rd
Constructor modifier to add edge attributes
with_edge_(...)
The attributes to add. They must be named.
Constructor modifiers (and related functions) make_(), sample_(), simplified(), with_graph_(), with_vertex_(), without_attr(), without_loops(), without_multiples()
make_()
sample_()
simplified()
with_graph_()
with_vertex_()
without_attr()
without_loops()
without_multiples()
make_( ring(10), with_edge_( color = "red", weight = rep(1:2, 5) ) ) %>% plot()