Description Usage Arguments Details See Also Examples
View source: R/get-spcl-methods.R
Return a vector of IDs of all nodes that are connected to tip IDs given.
1 | getCnnctdNds(tree, tids)
|
tree |
|
tids |
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.
getUnqNds
, calcFrPrp
,
calcPhyDv
1 2 3 | library(treeman)
tree <- randTree(10)
cnntdnds <- getCnnctdNds(tree, c('t1', 't2'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.