summarize_summary_matrix | R Documentation |
Gets all ages per taxon pair from a distance matrix Internal function used in summary_matrix_to_phylo_all().
summarize_summary_matrix(summ_matrix)
summ_matrix |
Any summary patristic distance matrix, such as the ones obtained with |
A data.frame
of pairwise ages, with row number equal to the combinatory
of column names (or row names), estimated as ncol(summ_matrix)^2 - sum(1:(ncol(summ_matrix)-1))
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.