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

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

[Package treeman version 1.1.3 Index]