Description Usage Arguments Details Value
View source: R/partialOrders.R
Computes the transitive reduction of the path matrix of a directed acyclic graph.
1 | trReduc(paths, n)
|
paths |
a two column integer matrix containing all pairs of nodes which are linked by a path of edges. |
n |
the number of nodes. |
For each k
, all indirect paths going through node k
are
removed (if there are any).
A two column matrix giving all pairs of edges (i,j)
such that there
exists a directed edge from node i
to node j
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.