Skip to contents

Return TRUE if all tips end at 0, else FALSE.

Usage

isUltrmtrc(tree, tol = 1e-08)

Arguments

tree

TreeMan object

tol

zero tolerance

Details

Returns a boolean. This function works in the background for the ['ultr'] slot in a TreeMan object.

See also

Examples


tree <- randTree(10)
(isUltrmtrc(tree))
#> [1] FALSE