powered by
Returns the absolute differences in number of descendants for bifurcating branches of every node
calcNdsBlnc(tree, ids, parallel = FALSE, progress = "none")
TreeMan object
TreeMan
node ids
logical, make parallel?
name of the progress bar to use, see create_progress_bar
create_progress_bar
Runs calcNdBlnc() across all node IDs. NA is returned if the node is polytomous. Parallelizable.
calcNdBlnc()
NA
calcNdBlnc, https://github.com/DomBennett/treeman/wiki/calc-methods
calcNdBlnc
# NOT RUN { library(treeman) tree <- randTree(10) calcNdsBlnc(tree, ids=tree['nds']) # }
Run the code above in your browser using DataLab