e_afcmind {discoveR}R Documentation

AFCM plot of individuals

Description

AFCM plot of individuals

Usage

e_afcmind(
  modelo,
  axes = c(1, 2),
  colorInd = "steelblue",
  cos2 = 0,
  colorCos = "firebrick",
  titulos = c("Bien Representados", "Mal Representados"),
  etq = T
)

Arguments

modelo

an object of class AFCM [FactoMineR].

axes

a numeric vector of length 2 specifying the dimensions to be plotted.

colorInd

a color for the individuals well represented.

cos2

a numeric value from 0 to 1 specifying the quality of the individuals.

colorCos

a color for individuals badly represented.

titulos

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

etq

a boolean, whether to add label to graph or not.

Value

echarts4r plot

Author(s)

Diego Jimenez <diego.jimenez@promidat.com>

Examples

data("poison", package = "FactoMineR")
poison.active <- poison[1:55, 5:15]
p <- FactoMineR::MCA(poison.active, graph = FALSE)
e_afcmind(p)


[Package discoveR version 3.1.2 Index]