powered by
Return TRUE if all tips end at 0, else FALSE.
isUltrmtrc(tree, tol = 1e-08)
TreeMan object
TreeMan
zero tolerance
Returns a boolean. This function works in the background for the ['ultr'] slot in a TreeMan object.
['ultr']
getLvng, getDcsd
getLvng
getDcsd
# NOT RUN { library(treeman) tree <- randTree(10) (isUltrmtrc(tree)) # }
Run the code above in your browser using DataLab