direct_forest: Direct an undirected graph.

View source: R/frontend-anb.r

direct_forestR Documentation

Direct an undirected graph.

Description

Starting from a root not, directs all arcs away from it and applies the same, recursively to its children and descendants. Produces a directed forest.

Usage

direct_forest(g, root = NULL)

Arguments

g

An undirected graph.

root

A character. Optional tree root.

Value

A directed graph


bnclassify documentation built on Nov. 16, 2022, 5:08 p.m.