plot.clusboot {ClusBoot} | R Documentation |
MDS plot of similarities given by the proportion of bootstrap replicates where objects cluster together
Description
MDS plot of similarities given by the proportion of bootstrap replicates where objects cluster together
Usage
## S3 method for class 'clusboot'
plot(x, col, show.silhouette = TRUE, ...)
Arguments
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 |
Value
matrix of similarities (proportions)
Examples
out <- clusboot (scale(case.study.psychiatrist), B=100, k=6, clustering.func=complete.linkage)
plot(out)
[Package ClusBoot version 1.2.2 Index]