View source: R/mod_acp_utils.R
| e_pcaind_3D | R Documentation | 
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
)
modelo | 
 an object of class PCA [FactoMineR].  | 
axes | 
 a numeric vector of length 3 specifying the dimensions to be plotted.  | 
colorInd | 
 a color for the individuals well represented.  | 
cos2 | 
 a numeric value from 0 to 1 specifying the quality of the individuals.  | 
colorCos | 
 a color for individuals badly represented.  | 
titulos | 
 a character vector of length 2 specifying the titles to use on legend.  | 
etq | 
 a boolean, whether to add label to graph or not.  | 
echarts4r plot
Diego Jimenez <diego.jimenez@promidat.com>
p <- FactoMineR::PCA(iris[, -5], graph = FALSE)
e_pcaind_3D(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.