blncdTree: Generate a balanced tree

Description Usage Arguments Details See Also Examples

View source: R/gen-methods.R

Description

Returns a balanced TreeMan tree with n tips.

Usage

1
blncdTree(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 stree(type='balanced') but returns a TreeMan tree. Tree is always rooted and bifurcating.

See Also

TreeMan-class, randTree, unblncdTree

Examples

1
2

treeman documentation built on July 8, 2020, 7:28 p.m.