Most Recent Common Ancestor (MRCA) of 2 or more nodes.
Usage
MRCA(phy, ...)
# S4 method for phylo4
MRCA(phy, ...)
# S4 method for phylo
MRCA(phy, ...)
Value
the node corresponding to the most recent common ancestor
Arguments
phy
a phylogenetic tree in phylo4, phylo4d or phylo format.
...
a vector of nodes
Details
Given some nodes (i.e., tips and/or internal), this function
returns the node corresponding to the most recent common ancestor.
If phy is a phylo4 or phylo4d object, the
nodes can contain both numeric or character values that will be
used by getNode to retrieve the correct node. However, if
phy is a phylo object, the nodes must be a numeric
vector.
With phylo4 and phylo4d objects, if a single node is
provided, it will be returned.