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