mclust(x, method = "S*", signif = rep(0, dim(x)[2]), noise = F, scale = rep(1, dim(x)[2]), shape = c(1, rep(0.2, (dim(x)[2]-1))), workspace = <<see below>>)
The function hclust allows more general initialization for the group average link, complete link, and single link methods. Separate functions are available for classification (mclass) and iterative relocation (mreloc).
Gordon, A. D. (1981). Classification: Methods for the Exploratory Analysis of Multivariate Data. London: Chapman and Hall.
years <- c("1960", "1964", "1968", "1972", "1976") votes.clust <- mclust(votes.repub[,years], method = "S", noise = T)# display dendrogram on current graphics device plclust(votes.clust$tree, label = state.abb) plot(x = 1:length(votes.clust$awe), y = votes.clust$awe) # plot the awe