powered by
MDS plot of similarities given by the proportion of bootstrap replicates where objects cluster together
# S3 method for clusboot plot(x, col, show.silhouette = TRUE, ...)
matrix of similarities (proportions)
an object of class clusboot
single colour or a vector specifying a colour for each object
logical indicating whether plotting character size should represent the inidivual silhouette values
more arguments to be passed to plot()
plot()
out <- clusboot (scale(case.study.psychiatrist), B=100, k=6, clustering.func=complete.linkage) plot(out)
Run the code above in your browser using DataLab