powered by
Return the node ids of all tips that descend from node.
getNdKids(tree, id)
TreeMan object
TreeMan
node id
Returns a vector
getNdsKids, https://github.com/DomBennett/treeman/wiki/get-methods
getNdsKids
# NOT RUN { library(treeman) tree <- randTree(10) # everyone descends from root getNdKids(tree, id=tree['root']) # }
Run the code above in your browser using DataLab