powered by
Return a vector of IDs of all nodes that are connected to tip IDs given.
getCnnctdNds(tree, tids)
TreeMan object
TreeMan
vector of tip IDs
Returns a vector. This function is the basis for calcPhyDv(), it determines the unique set of nodes connected for a set of tips.
calcPhyDv()
getUnqNds, calcFrPrp, calcPhyDv
getUnqNds
calcFrPrp
calcPhyDv
# NOT RUN { library(treeman) tree <- randTree(10) cnntdnds <- getCnnctdNds(tree, c('t1', 't2')) # }
Run the code above in your browser using DataLab