e_silhouette: Silhouette plot

View source: R/mod_kmedias_utils.R

e_silhouetteR 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)


discoveR documentation built on Jan. 22, 2023, 1:15 a.m.