Learn R Programming

orbweaver (version 0.10.2)

get_all_leaves: Get all the leaf nodes of a graph

Description

Retrieves the nodes in a graph that have no children

Usage

get_all_leaves(graph, ...)

Value

A character vector of nodes

Arguments

graph

A graph object

...

Unused