Learn R Programming

causaloptim (version 0.9.7)

find_cycles: Find cycles in a graph

Description

Find cycles in a graph

Usage

find_cycles(g)

Value

A list of vectors of integers, indicating the vertex sequences for the cycles found in the graph

Arguments

g

an igraph object