direct_tree {bnclassify} | R Documentation |
Direct an undirected graph.
Description
The graph must be connected and the function produces a directed tree.
Usage
direct_tree(g, root = NULL)
Value
A graph. The directed tree.
[Package bnclassify version 0.4.8 Index]