data(Crabs)
# clustering of the Crabs dataset:
prms <- hddc(Crabs[,-1], K=4)
# By default no information is displayed
# To show information:
prms <- hddc(Crabs[,-1], K=4, show = TRUE)
# To set it permanently:
setHDclassif.show(TRUE)
prms <- hddc(Crabs[,-1], K=4)
# to disable it permanently:
setHDclassif.show(FALSE)
Run the code above in your browser using DataLab