I am trying to analyze some AFLP data, and making dendrograms, I need some bootstrap support, but, it seems that something is wrong with that.

I built my tree like that:

dist=vegdist(gel, method="jaccard", binary=TRUE, diag=FALSE, upper=FALSE, na.rm = FALSE)

dendro=hclust(dist,"complete")

dendro2

More Benjamin Leduc's questions See All
Similar questions and discussions