has.multiple {igraph}R Documentation

Find the multiple or loop edges in a graph

Description

[Deprecated]

has.multiple() was renamed to any_multiple() to create a more consistent API.

Usage

has.multiple(graph)

Arguments

graph

The input graph.


[Package igraph version 2.0.3 Index]