boot.silhouette {ClusBoot} | R 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 |
Value
list of silhouette widths
Examples
out <- clusboot (scale(case.study.psychiatrist), B=100, k=6, clustering.func=complete.linkage)
boot.silhouette(out)
[Package ClusBoot version 1.2.2 Index]