boot.silhouette: Produces silhouette plots

View source: R/funcs.R

boot.silhouetteR Documentation

Produces silhouette plots

Description

Produces silhouette plots

Usage

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

Arguments

clusboot.out

an object of class clusboot

...

more arguments to be passed to barplot()

Value

list of silhouette widths

Examples

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

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