View source: R/mod_afcm_utils.R
e_afcmvar_3D | R Documentation |
AFCM plot of variables in 3D
e_afcmvar_3D(modelo, axes = c(1, 2, 3), colorVar = "forestgreen")
modelo |
an object of class AFCM [FactoMineR]. |
axes |
a numeric vector of length 3 specifying the dimensions to be plotted. |
colorVar |
a color for the variables well represented. |
echarts4r plot
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_3D(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.