topological.sort {igraph} | R Documentation |
Topological sorting of vertices in a graph
Description
topological.sort()
was renamed to topo_sort()
to create a more
consistent API.
Usage
topological.sort(graph, mode = c("out", "all", "in"))
Arguments
graph |
The input graph, should be directed |
mode |
Specifies how to use the direction of the edges. For
“ |
[Package igraph version 2.0.3 Index]