find.leaves: Leaves

Description Usage Arguments Value Examples

View source: R/graph.utility.R

Description

Find the leaves of a directed graph.

Usage

1

Arguments

g

a graph of class graphNEL. It represents the hierarchy of the classes.

Value

a vector with the names of the leaves of g.

Examples

1
2
data(graph);
leaves <- find.leaves(g);

gecko515/HEMDAG documentation built on Oct. 18, 2019, 6:34 a.m.