Last chance! 50% off unlimited learning
Sale ends in
Returns a balanced TreeMan
tree with n
tips.
blncdTree(n, wndmtrx = FALSE, parallel = FALSE)
number of tips, integer, must be 3 or greater
T/F add node matrix? Default FALSE.
T/F run in parallel? Default FALSE.
Equivalent to ape
's stree(type='balanced')
but returns a
TreeMan
tree. Tree is always rooted and bifurcating.
# NOT RUN {
library(treeman)
tree <- blncdTree(5)
# }
Run the code above in your browser using DataLab