genCombTree {poweRbal} | R Documentation |
genCombTree
- Generates the rooted binary comb tree (also known as
caterpillar tree) in phylo
format with the given number of n
leaves.
genCombTree(n)
n |
Integer value that specifies the desired number of leaves, i.e.,
vertices with in-degree 1 and out-degree 0. |
genCombTree
A single tree of class phylo
is returned.
D. Aldous. Probability Distributions on Cladograms. In Random Discrete Structures, pages 1–18. Springer New York, 1996.
genCombTree(n = 6)