Learn R Programming

cSEM (version 0.7.1)

checkCycles: Internal: Function that search for cycles

Description

Function that searches for cycles in a binary indicator matrix using the depth first search (DFS).

Usage

checkCycles(.matrix)

Arguments

Value

Logical vector 'TRUE': Cycle detected; 'FALSE' No cycle detected