powered by
Clustering using the variation matrix of compositional parts
clustCoDa_qmode(x, method = "ward.D2")
a hclust object
compositional data represented as a data.frame
hclust method
Matthias Templ (accessing the basic features of hclust that are all written by other authors)
Filzmoser, P., Hron, K. Templ, M. (2018) Applied Compositional Data Analysis, Springer, Cham.
data(expenditures) x <- expenditures cl <- clustCoDa_qmode(x) if (FALSE) { require(reshape2) plot(cl) cl2 <- clustCoDa_qmode(x, method = "single") plot(cl2) }
Run the code above in your browser using DataLab