Last chance! 50% off unlimited learning
Sale ends in
Return the node ids of all tips that descend from node.
getNdKids(tree, id)
TreeMan
object
node id
Returns a vector
getNdsKids
,
https://github.com/DomBennett/treeman/wiki/get-methods
# 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