Description Usage Arguments Value Examples
Computes the most recent common ancestor node for a pair of nodes of a tree.
1 | mrca(x, y, tree)
|
x |
a node of the tree. |
y |
a node of the tree. |
tree |
a tree in matrix format. |
the most recent common ancestor node of x
and y
.
1 2 |
Loading required package: ade4
[1] 9
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.