# \donttest{
data(Baudry_etal_2010_JCGS_examples)
## 1D Example
output <- clustCombi(data = Test1D, G=1:15)
# plots the hierarchy of combined solutions, then some "entropy plots" which
# may help one to select the number of classes (please see the article cited
# in the references)
plot(output)
## 2D Example
output <- clustCombi(data = ex4.1)
# plots the hierarchy of combined solutions, then some "entropy plots" which
# may help one to select the number of classes (please see the article cited
# in the references)
plot(output)
## 3D Example
output <- clustCombi(data = ex4.4.2)
# plots the hierarchy of combined solutions, then some "entropy plots" which
# may help one to select the number of classes (please see the article cited
# in the references)
plot(output)
# }
Run the code above in your browser using DataLab