Learn R Programming

discoveR (version 3.1.2)

e_silhouette: Silhouette plot

Description

Silhouette plot

Usage

e_silhouette(data, max.clusters)

Value

echarts4r plot

Arguments

data

a data.frame object.

max.clusters

a numeric value specifying the number of times to generate the model.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
e_silhouette(iris[, -5], 10)

Run the code above in your browser using DataLab