View source: R/check_decomp_ZH.R
bidi_decomposition | R Documentation |
Implement algorithm from Hu and Evans (2022)
bidi_decomposition(graph)
graph |
bidirected graph of class |
Implements the algorithm described in Section 5 of Hu and Evans (2022).
data(bidi5)
bidi_decomposition(bidi5[[1]])
bidi_decomposition(bidi5[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.