treeman (version 1.1.4)

getLvng: 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

Run this code
# NOT RUN {
library(treeman)
tree <- randTree(10)
(getLvng(tree))
# }

Run the code above in your browser using DataLab