powered by
PCA plot of individuals in 3D
e_pcaind_3D( modelo, axes = c(1, 2, 3), colorInd = "steelblue", cos2 = 0, colorCos = "firebrick", titulos = c("Bien Representados", "Mal Representados"), etq = F )
echarts4r plot
an object of class PCA [FactoMineR].
a numeric vector of length 3 specifying the dimensions to be plotted.
a color for the individuals well represented.
a numeric value from 0 to 1 specifying the quality of the individuals.
a color for individuals 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::PCA(iris[, -5], graph = FALSE) e_pcaind_3D(p)
Run the code above in your browser using DataLab