bidirectedComponents {SEMID} | R Documentation |
Get bidirected components of a mixed graph
Description
Returns induced subgraphs of connected bidirected components with more than 1 node.
Usage
bidirectedComponents(graph)
Arguments
graph |
a |
Value
list, where each object is a MixedGraph with at least two nodes.
[Package SEMID version 0.4.1 Index]