50% off: Unlimited data and AI learning.
The Learning Leader's Guide to AI Literacy

dagitty (version 0.3-4)

topologicalOrdering: Get Topological Ordering of DAG

Description

Computes a topological ordering of the nodes, i.e., a number for each node such that every node's number is smaller than the one of all its descendants. Bidirected edges (<->) are ignored.

Usage

topologicalOrdering(x)

Arguments

x

the input graph, a DAG