e_afcmvar_3D {discoveR} | R Documentation |
AFCM plot of variables in 3D
Description
AFCM plot of variables in 3D
Usage
e_afcmvar_3D(modelo, axes = c(1, 2, 3), colorVar = "forestgreen")
Arguments
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. |
Value
echarts4r plot
Author(s)
Diego Jimenez <diego.jimenez@promidat.com>
Examples
data("poison", package = "FactoMineR")
poison.active <- poison[1:55, 5:15]
p <- FactoMineR::MCA(poison.active, graph = FALSE)
e_afcmvar_3D(p)
[Package discoveR version 3.1.2 Index]