randTree {treeman}R Documentation

Generate a random tree

Description

Returns a random TreeMan tree with n tips.

Usage

randTree(n, wndmtrx = FALSE, parallel = FALSE)

Arguments

n

number of tips, integer, must be 3 or greater

wndmtrx

T/F add node matrix? Default FALSE.

parallel

T/F run in parallel? Default FALSE.

Details

Equivalent to ape's rtree() but returns a TreeMan tree. Tree is always rooted and bifurcating.

See Also

TreeMan-class, blncdTree, unblncdTree

Examples

library(treeman)
tree <- randTree(5)

[Package treeman version 1.1.3 Index]