summary_matrix_to_phylo | R Documentation |
phylo
object.Go from a summary matrix to an ultrametric phylo
object.
summary_matrix_to_phylo(
summ_matrix,
datelife_query = NULL,
target_tree = NULL,
total_distance = TRUE,
use = "mean",
...
)
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 |
It can take a regular patristic distance matrix, but there are simpler
methods for that implemented in patristic_matrix_to_phylo()
.
An ultrametric phylo object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.