View source: R/initialize_primers_tree.R
ancestor_of | R Documentation |
Checks whether ancestor.node
is an ancestor to the nodes
specified in test.node
.
ancestor_of(tree, ancestor.node, test.node)
tree |
The phylogenetic tree to be tested. |
ancestor.node |
A node to be checked for being an ancestor to |
test.node |
Possible descendants of |
TRUE, if ancestor.node
is an ancestor to any node in test.node
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.