powered by
A vector of pairwise distances is used to reconstruct the corresponding equidistant tree
vector.to.equidistant.tree(vec)
equidistant phylogenetic tree
vector of pairwise distances in R^(m choose 2), where m is the number of leaves
Georgios Aliatimis g.aliatimis@lancaster.ac.uk
Aliatimis, Georgios, Ruriko Yoshida, Burak Boyaci and James A. Grant (2023). Tropical Logistic Regression on Space of Phylogenetic Trees
vec = c(1/3,1,1,1,1,1/3) tree = vector.to.equidistant.tree(vec) plot(tree)
Run the code above in your browser using DataLab