getLvng: Get extant tips from a tree

View source: R/a.R

getLvngR Documentation

Get extant tips from a tree

Description

Return all extant tip IDs.

Usage

getLvng(tree, tol = 1e-08)

Arguments

tree

TreeMan object

tol

zero tolerance

Details

Returns a vector.

See Also

getDcsd, isUltrmtrc, https://github.com/DomBennett/treeman/wiki/get-methods

Examples


tree <- randTree(10)
(getLvng(tree))

ropensci/phylotaR documentation built on July 9, 2023, 3:17 p.m.