getDcsd {treeman} | R Documentation |
Return all extinct tip ID
s.
getDcsd(tree, tol = 1e-08)
tree |
|
tol |
zero tolerance |
Returns a vector.
getLvng
, isUltrmtrc
,
https://github.com/DomBennett/treeman/wiki/get-methods
library(treeman) tree <- randTree(10) (getDcsd(tree))