getNdsKids: Get children IDs for multiple nodes

Description Usage Arguments Details See Also Examples

View source: R/get-nds-methods.R

Description

Return the node ids of all tips that descend from each node in ids.

Usage

1
getNdsKids(tree, ids, parallel = FALSE, progress = "none")

Arguments

tree

TreeMan object

ids

vector of node ids

parallel

logical, make parallel?

progress

name of the progress bar to use, see create_progress_bar

Details

Returns a list, parallelizable.

See Also

getNdKids, https://github.com/DomBennett/treeman/wiki/get-methods

Examples

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

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