summary_matrix_to_phylo {datelife} | R Documentation |
Go from a summary matrix to an ultrametric phylo
object.
Description
Go from a summary matrix to an ultrametric phylo
object.
Usage
summary_matrix_to_phylo(
summ_matrix,
datelife_query = NULL,
target_tree = NULL,
total_distance = TRUE,
use = "mean",
...
)
Arguments
summ_matrix |
Any summary patristic distance matrix, such as the ones obtained with |
datelife_query |
A |
target_tree |
A |
total_distance |
Whether the input |
use |
A character vector indicating what type of age to use for summary tree. One of the following:
|
... |
Arguments passed on to |
Details
It can take a regular patristic distance matrix, but there are simpler
methods for that implemented in patristic_matrix_to_phylo()
.
Value
An ultrametric phylo object.