isCyclic: Is the adjacency matrix a cyclic graph?

View source: R/auxiliary.r

isCyclicR Documentation

Is the adjacency matrix a cyclic graph?

Description

Tests whether the given graph (given as an adjacency matrix) contains cycles.

Usage

isCyclic(coefs)

Arguments

coefs

a square adjacency matrix.

Value

A logical indicating whether there are cycles in the graph.


eicm documentation built on May 31, 2023, 5:20 p.m.