dominator.tree | R Documentation |
dominator.tree()
was renamed to dominator_tree()
to create a more
consistent API.
dominator.tree(graph, root, mode = c("out", "in", "all", "total"))
graph |
A directed graph. If it is not a flowgraph, and it contains some vertices not reachable from the root vertex, then these vertices will be collected and returned as part of the result. |
root |
The id of the root (or source) vertex, this will be the root of the tree. |
mode |
Constant, must be ‘ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.