powered by
AFCM plot of categories
e_afcmcat( modelo, axes = c(1, 2), colorCat = "forestgreen", cos2 = 0, colorCos = "darkorchid", titulos = c("Bien Representados", "Mal Representados") )
echarts4r plot
an object of class AFCM [FactoMineR].
a numeric vector of length 2 specifying the dimensions to be plotted.
a color for the categories well represented.
a numeric value from 0 to 1 specifying the quality of the categories.
a color for the categories badly represented.
a character vector of length 2 specifying the titles to use on legend.
Diego Jimenez <diego.jimenez@promidat.com>
data("poison", package = "FactoMineR") poison.active <- poison[1:55, 5:15] p <- FactoMineR::MCA(poison.active, graph = FALSE) e_afcmcat(p)
Run the code above in your browser using DataLab