Learn R Programming

SEMID (version 0.4.1)

bidirectedComponents: Get bidirected components of a mixed graph

Description

Returns induced subgraphs of connected bidirected components with more than 1 node.

Usage

bidirectedComponents(graph)

Value

list, where each object is a MixedGraph with at least two nodes.

Arguments

graph

a MixedGraph object representing the mixed graph.