View source: R/TreeFunctions.R
GetDominatorTree | R Documentation |
Get a directed graph from a predecessor vector
GetDominatorTree(predecessors, weighted_graph = NULL)
predecessors |
a predecessor vector, such that predecessors[i] = the predecessor of i |
weighted_graph |
a weighted igraph object |
a directed igraph object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.