Return the node ids of all tips that descend from each node in ids
.
getNdsKids(tree, ids, parallel = FALSE, progress = "none")
TreeMan
object
vector of node ids
logical, make parallel?
name of the progress bar to use, see create_progress_bar
Returns a list, parallelizable.
getNdKids
,
https://github.com/DomBennett/treeman/wiki/get-methods
# NOT RUN {
library(treeman)
tree <- randTree(10)
getNdsKids(tree, id=tree['nds'])
# }
Run the code above in your browser using DataLab