plot.clustab: Plot of an index of stability of partitions of variables

Description Usage Arguments See Also Examples

View source: R/plot.clustab.R

Description

Plot of the index of stability of the partitions against the number of clusters.

Usage

1
2
## S3 method for class 'clustab'
plot(x, nmin = NULL, nmax = NULL, ...)

Arguments

x

an object of class clustab.

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.

See Also

stability

Examples

1
2
3
4
data(decathlon)
tree <- hclustvar(X.quanti=decathlon[,1:10])
stab<-stability(tree,B=20)
plot(stab,nmax=7)

ClustOfVar documentation built on May 2, 2019, 12:37 p.m.