ColorPalette: Create a color palette to be used in the plots
Description
In order to facilitate the visualization of the influence of the different
methods on the clustering of the objects, colours can be used. The function
ColorPalette is able to pick out as many colours as there are
clusters. This is done with the help of the ColorRampPalette function
of the grDevices package
# NOT RUN {Colors1<-ColorPalette(c("cadetblue2","chocolate","firebrick2",
"darkgoldenrod2", "darkgreen","blue2","darkorchid3","deeppink2"), ncols=8)
# }