plot.clusboot: MDS plot of similarities given by the proportion of bootstrap...

View source: R/funcs.R

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

Value

matrix of similarities (proportions)

Examples

out <- clusboot (scale(case.study.psychiatrist), B=100, k=6, clustering.func=complete.linkage)
plot(out)

ClusBoot documentation built on Oct. 17, 2023, 5:11 p.m.