View source: R/TreeFunctions.R
GetPredecessors | R Documentation |
Get the predecessor vector for a dominator tree encoded as an undirected tree and root
GetPredecessors(minspantree, root)
minspantree |
the tree to be directionalized |
root |
the id of the root |
a vector[] of node ids, where vector[i] is the predecessor of node i
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.