e_afcmvar: AFCM plot of variables

View source: R/mod_afcm_utils.R

e_afcmvarR Documentation

AFCM plot of variables

Description

AFCM plot of variables

Usage

e_afcmvar(modelo, axes = c(1, 2), colorVar = "forestgreen")

Arguments

modelo

an object of class AFCM [FactoMineR].

axes

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

colorVar

a color for the variables.

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(p)


discoveR documentation built on Jan. 22, 2023, 1:15 a.m.

Related to e_afcmvar in discoveR...