is.simple {igraph}R Documentation

Simple graphs

Description

[Deprecated]

is.simple() was renamed to is_simple() to create a more consistent API.

Usage

is.simple(graph)

Arguments

graph

The graph to work on.


[Package igraph version 2.0.3 Index]