treeman (version 1.1.4)

calcNdsBlnc: Calculate the balances of all nodes

Description

Returns the absolute differences in number of descendants for bifurcating branches of every node

Usage

calcNdsBlnc(tree, ids, parallel = FALSE, progress = "none")

Arguments

tree

TreeMan object

ids

node ids

parallel

logical, make parallel?

progress

name of the progress bar to use, see create_progress_bar

Details

Runs calcNdBlnc() across all node IDs. NA is returned if the node is polytomous. Parallelizable.

See Also

calcNdBlnc, https://github.com/DomBennett/treeman/wiki/calc-methods

Examples

Run this code
# NOT RUN {
library(treeman)
tree <- randTree(10)
calcNdsBlnc(tree, ids=tree['nds'])
# }

Run the code above in your browser using DataLab