Good day,
I am not able to replicate the tree topology I generate with plot.phylo
with the zoom function....has anyone experienced a similar problems and found a solution?


dist.out is my distance matrix

h<-hclust(dist.out,method="average")
hh<-as.phylo(h)
plot.phylo(hh)
zoom(hh,grep('~',hh$tip.label),subtree=TRUE)

Thanks in advance.

_______________________________________________
R-sig-phylo mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-phylo

Reply via email to