Skip to contents

Return a list of IDs for any node that are represented by tip IDs given.

Usage

getUnqNds(tree, tids)

Arguments

tree

TreeMan object

tids

vector of tip IDs

Details

Returns a vector.

Examples


tree <- randTree(10)
unqnds <- getUnqNds(tree, c("t1", "t2"))