Description Usage Arguments Details See Also Examples
Returns the absolute differences in number of descendants for bifurcating branches of every node
1  | calcNdsBlnc(tree, ids, parallel = FALSE, progress = "none")
 | 
tree | 
 
  | 
ids | 
 node ids  | 
parallel | 
 logical, make parallel?  | 
progress | 
 name of the progress bar to use, see   | 
Runs calcNdBlnc() across all node IDs. NA is returned if the
node is polytomous. Parallelizable.
calcNdBlnc, 
https://github.com/DomBennett/treeman/wiki/calc-methods
1 2 3  | library(treeman)
tree <- randTree(10)
calcNdsBlnc(tree, ids=tree['nds'])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.