e_silhouette {discoveR} | R Documentation |
Silhouette plot
Description
Silhouette plot
Usage
e_silhouette(data, max.clusters)
Arguments
data |
a data.frame object. |
max.clusters |
a numeric value specifying the number of times to generate the model. |
Value
echarts4r plot
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
e_silhouette(iris[, -5], 10)
[Package discoveR version 3.1.2 Index]