get_leaves: Get the leaves of a tree

Description Usage Arguments Value Examples

View source: R/editTree.R

Description

Given a tree, this function returns its leaves.

Usage

1
get_leaves(icceTree)

Arguments

icceTree

icceTree data structure

Value

a list of nodes representing the leaves of the tree

Examples

1
leaves <- get_leaves(icceTree)

ethanmoyer/ICCE documentation built on Aug. 25, 2020, 5:18 p.m.