calcNdsBlnc: Calculate the balances of all nodes

Description Usage Arguments Details See Also Examples

View source: R/calc-methods.R

Description

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

Usage

1
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

1
2
3
library(treeman)
tree <- randTree(10)
calcNdsBlnc(tree, ids=tree['nds'])

treeman documentation built on July 8, 2020, 7:28 p.m.