Learn R Programming

TreeSearch (version 0.2.2)

RandomMorphyTree: Random postorder tree

Description

Random postorder tree

Usage

RandomMorphyTree(nTip)

Arguments

nTip

number of tips (minimum 3)

Value

A list with three elements, each a vector of integers, respectively containing: - The parent of each tip and node, in order - The left child of each node - The right child of each node.