Description Usage Arguments Details See Also Examples
Returns an unbalanced TreeMan
tree with n
tips.
1 | unblncdTree(n, wndmtrx = FALSE, parallel = FALSE)
|
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. |
Equivalent to ape
's stree(type='left')
but returns a
TreeMan
tree. Tree is always rooted and bifurcating.
TreeMan-class
, randTree
,
blncdTree
1 2 | library(treeman)
tree <- unblncdTree(5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.