ug2dag {gRbase}R Documentation

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.


[Package gRbase version 2.0.1 Index]