Learn R Programming

discoveR (version 3.1.2)

e_inercia: Inertia plot of clusterization

Description

Inertia plot of clusterization

Usage

e_inercia(
  data,
  titulos = c("Inercia", "Inercia Inter-Clase", "Inercia Inter-Clase")
)

Value

echarts4r plot

Arguments

data

a data.frame object with the inertia values.

titulos

a character vector of length 3 specifying the titles to use on legend.

Author

Diego Jimenez <diego.jimenez@promidat.com>