powered by
similarity(A)
cv.similarity
resampling.cv
#example table of molecular markers library(agricolae) data(markers) distance<-similarity(markers) #startgraph tree<-hclust(distance,method="mcquitty") plot(tree,col="blue") #endgraph
Run the code above in your browser using DataLab