View source: R/structural.properties.R
topological.sort | R Documentation |
topological.sort()
was renamed to topo_sort()
to create a more
consistent API.
topological.sort(graph, mode = c("out", "all", "in"))
graph |
The input graph, should be directed |
mode |
Specifies how to use the direction of the edges. For
“ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.