| isUltrmtrc {treeman} | R Documentation |
Return TRUE if all tips end at 0, else FALSE.
isUltrmtrc(tree, tol = 1e-08)
tree |
|
tol |
zero tolerance |
Returns a boolean. This function works in the background
for the ['ultr'] slot in a TreeMan object.
library(treeman) tree <- randTree(10) (isUltrmtrc(tree))