without_loops
From igraph v1.2.2
by Gabor Csardi
Constructor modifier to drop loop edges
Constructor modifier to drop loop edges
Usage
without_loops()
See Also
Other constructor modifiers: simplified
,
with_edge_
, with_graph_
,
with_vertex_
, without_attr
,
without_multiples
Examples
# NOT RUN {
# An artificial example
make_(full_graph(5, loops = TRUE))
make_(full_graph(5, loops = TRUE), without_loops())
# }
Community examples
Looks like there are no examples yet.