powered by
Return a list of IDs for any node that are represented by tip IDs given.
getUnqNds(tree, tids)
TreeMan object
TreeMan
vector of tip IDs
Returns a vector.
getCnnctdNds, calcFrPrp, calcPhyDv
getCnnctdNds
calcFrPrp
calcPhyDv
# NOT RUN { library(treeman) tree <- randTree(10) unqnds <- getUnqNds(tree, c('t1', 't2')) # }
Run the code above in your browser using DataLab