powered by
AFC biplot
e_afcbi( modelo, axes = c(1, 2), colorRow = "steelblue", colorCol = "forestgreen", cos2Row = 0, cos2Col = 0, colorRowCos = "firebrick", colorColCos = "darkorchid", titulos = c("Bien Representados", "Mal Representados"), etq = T )
echarts4r plot
an object of class CA [FactoMineR].
a numeric vector of length 2 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 the individuals badly represented.
a color for the 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>
p <- FactoMineR::CA(iris[, -5], graph = FALSE) e_afcbi(p)
Run the code above in your browser using DataLab