without_loops | R Documentation |
Constructor modifier to drop loop edges
without_loops()
Constructor modifiers (and related functions)
make_()
,
sample_()
,
simplified()
,
with_edge_()
,
with_graph_()
,
with_vertex_()
,
without_attr()
,
without_multiples()
# An artificial example
make_(full_graph(5, loops = TRUE))
make_(full_graph(5, loops = TRUE), without_loops())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.