is.loop: Find the multiple or loop edges in a graph

View source: R/structural.properties.R

is.loopR Documentation

Find the multiple or loop edges in a graph

Description

[Deprecated]

is.loop() was renamed to which_loop() to create a more consistent API.

Usage

is.loop(graph, eids = E(graph))

Arguments

graph

The input graph.

eids

The edges to which the query is restricted. By default this is all edges in the graph.


igraph documentation built on Oct. 20, 2024, 1:06 a.m.