fviz_gda_structure: Visualize additive cloud.

View source: R/fviz-gda-structure.R

fviz_gda_structureR Documentation

Visualize additive cloud.

Description

Visualize additive cloud.

Usage

fviz_gda_structure(
  res_gda,
  df_var_quali,
  var_quali,
  title = NULL,
  scale_mean_points = TRUE,
  axes = 1:2,
  palette = "Set1",
  impute = TRUE,
  cloud = "both",
  plot_modif_rates = TRUE,
  axis_lab_name = "Achse",
  labels = NULL,
  axes_annotate_alpha = 0.3
)

Arguments

res_gda

MCA result.

df_var_quali

crossed variable data frame.

var_quali

name of quali variable.

title

plot title.

scale_mean_points

scale points (boolean).

axes

which axis to plot.

palette

colour palette (boolean).

impute

impute missing data (boolean).

cloud

which cloud should be plotted (string: real, fitted, both, deviation)

plot_modif_rates

plot modified rates instead of eigenvalue percentage (boolean).

axis_lab_name

name of axis label.

labels

label axes (vector of length 4; left, right, top, bottom).

axes_annotate_alpha

alpha value of axes annotations.

Value

ggplot2 visualization of additive cloud.


inventionate/TimeSpaceAnalysis documentation built on June 13, 2025, 2:48 p.m.