powered by
AFCM plot of variables
e_afcmvar(modelo, axes = c(1, 2), colorVar = "forestgreen")
echarts4r plot
an object of class AFCM [FactoMineR].
a numeric vector of length 2 specifying the dimensions to be plotted.
a color for the variables.
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_afcmvar(p)
Run the code above in your browser using DataLab