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