R/structural-properties.R
is.loop.Rd
is.loop() was renamed to which_loop() to create a more consistent API.
is.loop()
which_loop()
is.loop(graph, eids = E(graph))
The input graph.
The edges to which the query is restricted. By default this is all edges in the graph.
is_loop(), edges(), get_eids(), vcount(), ecount()
is_loop()
edges()
get_eids()
vcount()
ecount()