Gets all ages per taxon pair from a distance matrix Internal function used in summary_matrix_to_phylo_all().
summarize_summary_matrix(summ_matrix)
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))
.
Any summary patristic distance matrix, such as the ones obtained with datelife_result_sdm_matrix()
or datelife_result_median_matrix()
.