Last chance! 50% off unlimited learning
Sale ends in
Returns an unbalanced TreeMan
tree with n
tips.
unblncdTree(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='left')
but returns a
TreeMan
tree. Tree is always rooted and bifurcating.
# NOT RUN {
library(treeman)
tree <- unblncdTree(5)
# }
Run the code above in your browser using DataLab