isCyclic {eicm}R 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.


[Package eicm version 1.0.3 Index]