Learn R Programming

causaloptim (version 0.9.1)

find_cycles: Find cycles in a graph

Description

Find cycles in a graph

Usage

find_cycles(g)

Arguments

g

an igraph object

Value

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