powered by
AFCM biplot in 3D
e_afcmbi_3D( modelo, axes = c(1, 2, 3), colorInd = "steelblue", colorVar = "forestgreen", cos2Ind = 0, cos2Var = 0, colorIndCos = "firebrick", colorVarCos = "darkorchid", titulos = c("Bien Representados", "Mal Representados"), etq = T )
echarts4r plot
an object of class AFCM [FactoMineR].
a numeric vector of length 3 specifying the dimensions to be plotted.
a color for the individuals well represented.
a color for the variables well represented.
a numeric value from 0 to 1 specifying the quality of the individuals.
a numeric value from 0 to 1 specifying the quality of the variables.
a color for individuals badly represented.
a color for variables badly represented.
a character vector of length 2 specifying the titles to use on legend.
a boolean, whether to add label to graph or not.
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_afcmbi_3D(p)
Run the code above in your browser using DataLab