View source: R/calibrations_match.R
match_all_calibrations | R Documentation |
match_all_calibrations
searches a given tree for the most recent common
ancestor (mrca) of all taxon name pairs in a datelifeCalibration
. It uses phytools::findMRCA()
.
match_all_calibrations(phy, calibrations)
phy |
A |
calibrations |
A |
The function takes pairs of taxon names in a secondary calibrations data frame,
and looks for them in the vector of tip labels of the tree. If both are present,
then it gets the node that represents the most recent
common ancestor (mrca) for that pair of taxa in the tree.
Nodes of input phy
can be named or not.
A list of two elements:
A phylo
object with nodes renamed with tree_add_nodelabels()
.
A matchedCalibrations
object, which is the input calibrations
object with two additional columns storing results from the mrca search with
phytools::findMRCA()
: $mrca_node_number
and $mrca_node_name
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.