getUnqNds {treeman} | R Documentation |
Return a list of IDs for any node that are represented by tip IDs given.
getUnqNds(tree, tids)
tree |
|
tids |
vector of tip IDs |
Returns a vector.
getCnnctdNds
, calcFrPrp
,
calcPhyDv
library(treeman) tree <- randTree(10) unqnds <- getUnqNds(tree, c('t1', 't2'))