powered by
It finds the similarity matrix of binary tables (1 and 0).
similarity(A)
Matrix, data binary
Numeric (0,1)
cv.similarity, resampling.cv
cv.similarity
resampling.cv
# NOT RUN { #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