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