getDcsd: Get extinct tips from a tree

Description Usage Arguments Details See Also Examples

View source: R/get-spcl-methods.R

Description

Return all extinct tip IDs.

Usage

1
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

1
2
3
library(treeman)
tree <- randTree(10)
(getDcsd(tree))

treeman documentation built on July 8, 2020, 7:28 p.m.