Description Usage Arguments Value Author(s) Examples
View source: R/tree_findAncestor.R
findAncestor
finds the ancestor in the nth generation above
specified nodes.
1 | findAncestor(tree, node, level, use.alias = FALSE)
|
tree |
A phylo object |
node |
A vector of node numbers or node labels |
level |
A vector of numbers to define nth generation before the specified nodes |
use.alias |
A logical value, TRUE or FALSE. The default is FALSE, and
the node label would be used to name the output; otherwise, the alias of
node label would be used to name the output. The alias of node label is
created by adding a prefix |
A vector of nodes. The numeric value is the node number, and the
vector name is the corresponding node label. If a node has no label, it
would have NA as name when use.alias = FALSE
, and have the alias of
node label as name when use.alias = TRUE
.
Ruizhu Huang
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.