treeman (version 1.1.4)

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

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

Run the code above in your browser using DataCamp Workspace