getDcsd: Get extinct tips from a tree

View source: R/a.R

getDcsdR Documentation

Get extinct tips from a tree

Description

Return all extinct tip IDs.

Usage

getDcsd(tree, tol = 1e-08)

Arguments

tree

TreeMan object

tol

zero tolerance

Details

Returns a vector.

See Also

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

Examples


tree <- randTree(10)
(getDcsd(tree))

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