phylo objects.Congruify a reference tree and a target tree given as phylo objects.
phylo_congruify(
reference_tree,
target_tree,
dating_method = "PATHd8",
attempt_fix = TRUE
)A matrix.
A phylo object.
A phylo object. Use this in case you want a specific
backbone for the output tree.
The method used for tree dating.
Default to TRUE. If congruification results in NA branch
lengths, it will attempt to fix them.