View source: R/graph.utility.R
root.node | R Documentation |
Find the root node of a directed graph.
root.node(g)
g |
a graph of class |
Name of the root node.
data(graph);
root <- root.node(g);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.