powered by
Return the outgroup based on a tree and a vector of IDs.
getOtgrp(tree, ids)
TreeMan object
TreeMan
vector of node ids
Returns a id, character. If there are multiple possible outgroups, returns NULL.
https://github.com/DomBennett/treeman/wiki/get-methods
# NOT RUN { library(treeman) data(mammals) # orangutan is an outgroup wrt humans and chimps getOtgrp(mammals, ids=c('Homo_sapiens', 'Pan_troglodytes', 'Pongo_pygmaeus')) # }
Run the code above in your browser using DataLab