getUnqNds | 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
tree <- randTree(10)
unqnds <- getUnqNds(tree, c("t1", "t2"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.