plot.clustab | R Documentation |
Plot of the index of stability of the partitions against the number of clusters.
## S3 method for class 'clustab'
plot(x, nmin = NULL, nmax = NULL, ...)
x |
an object of class |
nmin |
the minimum number of clusters in the plot. |
nmax |
the maximum number of clusters in the plot. |
... |
further arguments passed to or from other methods. |
stability
data(decathlon)
tree <- hclustvar(X.quanti=decathlon[,1:10])
stab<-stability(tree,B=20)
plot(stab,nmax=7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.