powered by
Plot of the index of stability of the partitions against the number of clusters.
# S3 method for clustab plot(x, nmin = NULL, nmax = NULL, ...)
an object of class clustab.
clustab
the minimum number of clusters in the plot.
the maximum number of clusters in the plot.
further arguments passed to or from other methods.
stability
# NOT RUN { data(decathlon) tree <- hclustvar(X.quanti=decathlon[,1:10]) stab<-stability(tree,B=20) plot(stab,nmax=7) # }
Run the code above in your browser using DataLab