RandomMorphyTree {TreeSearch}R Documentation

Random postorder tree

Description

Random postorder tree

Usage

RandomMorphyTree(nTip)

Arguments

nTip

Integer specifying the number of tips to include in the tree (minimum 2).

Value

A list with three elements, each a vector of integers, respectively containing:

See Also

Other tree generation functions: AdditionTree()


[Package TreeSearch version 1.5.0 Index]