| clustCoDa_qmode {robCompositions} | R Documentation |
Clustering in using the variation matrix of compositional parts
clustCoDa_qmode(x, method = "ward.D2")
x |
compositional data represented as a data.frame |
method |
hclust method |
a hclust object
Matthias Templ (accessing the basic features of hclust that are all written by other authors)
Filzmoser, Hron, Templ Applied Compositional Data Analysis, Springer-Verlag, upcoming book.
data(expenditures) x <- expenditures cl <- clustCoDa_qmode(x) plot(cl) cl2 <- clustCoDa_qmode(x, method = "single") plot(cl2)