R/a.R
getUnqNds.Rd
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
tree <- randTree(10) unqnds <- getUnqNds(tree, c("t1", "t2"))