getLvng {treeman}R 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

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

[Package treeman version 1.1.3 Index]