with_edge_
From igraph v1.2.6
by Gabor Csardi
Constructor modifier to add edge attributes
Constructor modifier to add edge attributes
Usage
with_edge_(...)
Arguments
- ...
The attributes to add. They must be named.
See Also
Other constructor modifiers:
simplified()
,
with_graph_()
,
with_vertex_()
,
without_attr()
,
without_loops()
,
without_multiples()
Examples
# NOT RUN {
make_(ring(10),
with_edge_(
color = "red",
weight = rep(1:2, 5))) %>%
plot()
# }
Community examples
Looks like there are no examples yet.