Learn R Programming

ClusBoot (version 1.2.2)

plot.clusboot: 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 clusboot
plot(x, col, show.silhouette = TRUE, ...)

Value

matrix of similarities (proportions)

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 plot()

Examples

Run this code
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