Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

graph-ug2dag

Coerce between undirected and directed graphs when possible


Description

An undirected graph G can be converted to a dag if G is chordal. A dag D can be converted to an undirected graph if D can be moralized without adding edges.

Usage

ug2dag(gn)

Arguments

gn

A graphNEL object or an object that can be converted to a graphNEL object.


gRbase

A Package for Graphical Modelling in R

v1.8-6.7
GPL (>= 2)
Authors
Søren Højsgaard <sorenh@math.aau.dk>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.