Learn R Programming

discoveR (version 3.1.2)

e_afccol: AFC plot of variables

Description

AFC plot of variables

Usage

e_afccol(
  modelo,
  axes = c(1, 2),
  colorCol = "forestgreen",
  cos2 = 0,
  colorCos = "darkorchid",
  titulos = c("Bien Representados", "Mal Representados")
)

Value

echarts4r plot

Arguments

modelo

an object of class CA [FactoMineR].

axes

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

colorCol

a color for the variables well represented.

cos2

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

colorCos

a color for the variables badly represented.

titulos

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

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
p <- FactoMineR::CA(iris[, -5], graph = FALSE)
e_afccol(p)

Run the code above in your browser using DataLab