bidi_decomposition: Implement algorithm from Hu and Evans (2022)

View source: R/check_decomp_ZH.R

bidi_decompositionR Documentation

Implement algorithm from Hu and Evans (2022)

Description

Implement algorithm from Hu and Evans (2022)

Usage

bidi_decomposition(graph)

Arguments

graph

bidirected graph of class mixedgraph

Details

Implements the algorithm described in Section 5 of Hu and Evans (2022).

Examples

data(bidi5)
bidi_decomposition(bidi5[[1]])
bidi_decomposition(bidi5[[1]])


rje42/imset documentation built on March 20, 2023, 9:55 a.m.