Learn R Programming

gRbase (version 2.0.1)

ug2dag: Coerce between undirected and directed graphs when possible

Description

An undirected graph G can be converted to a dag if G is chordal.

Usage

ug2dag(object)

Arguments

object

An igraph object.