topologicalOrdering: Get Topological Ordering of DAG

Description Usage Arguments

View source: R/dagitty.r

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

1

Arguments

x

the input graph, a DAG


dagitty documentation built on Jan. 21, 2021, 5:07 p.m.