hclust
.upgma(D, method = "average", ...)
wpgma(D, method = "mcquitty", ...)
phylo
.hclust
, NJ
, as.phylo
, fastme
data(Laurasiatherian)
dm = dist.logDet(Laurasiatherian)
tree = upgma(dm)
plot(tree)
Run the code above in your browser using DataLab