phylo_congruify {datelife} | R Documentation |
Congruify a reference tree and a target tree given as phylo
objects.
Description
Congruify a reference tree and a target tree given as phylo
objects.
Usage
phylo_congruify(
reference_tree,
target_tree,
dating_method = "PATHd8",
attempt_fix = TRUE
)
Arguments
reference_tree |
A |
target_tree |
A |
dating_method |
The method used for tree dating. |
attempt_fix |
Default to |
Value
A matrix.
[Package datelife version 0.6.8 Index]