Learn R Programming

discoveR (version 3.1.2)

e_afcrow_3D: AFC plot of individuals in 3D

Description

AFC plot of individuals in 3D

Usage

e_afcrow_3D(
  modelo,
  axes = c(1, 2, 3),
  colorRow = "steelblue",
  cos2 = 0,
  colorCos = "firebrick",
  titulos = c("Bien Representados", "Mal Representados"),
  etq = T
)

Value

echarts4r plot

Arguments

modelo

an object of class CA [FactoMineR].

axes

a numeric vector of length 3 specifying the dimensions to be plotted.

colorRow

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.

Author

Diego Jimenez <diego.jimenez@promidat.com>

Examples

Run this code
p <- FactoMineR::CA(iris[, -5], graph = FALSE)
e_afcrow_3D(p)

Run the code above in your browser using DataLab