Learn R Programming

ClusBoot (version 1.2.2)

boot.silhouette: Produces silhouette plots

Description

Produces silhouette plots

Usage

boot.silhouette(clusboot.out, ...)

Value

list of silhouette widths

Arguments

clusboot.out

an object of class clusboot

...

more arguments to be passed to barplot()

Examples

Run this code
out <- clusboot (scale(case.study.psychiatrist), B=100, k=6, clustering.func=complete.linkage)
boot.silhouette(out)

Run the code above in your browser using DataLab