fviz_gda_var_axis: Visualize specific contributing modalities.

View source: R/fviz-gda-var-axis.R

fviz_gda_var_axisR Documentation

Visualize specific contributing modalities.

Description

Visualize specific contributing modalities.

Usage

fviz_gda_var_axis(
  res_gda,
  axis = 1,
  contrib = "auto",
  title = NULL,
  axes = 1:2,
  group = NULL,
  group_names = NULL,
  group_style = "both",
  textsize = 4,
  colour_palette = "Set1",
  individuals = FALSE,
  individuals_size = "auto",
  individuals_alpha = 0.5,
  individuals_names = FALSE,
  plot_modif_rates = TRUE,
  axis_lab_name = "Achse",
  group_lab_name = "Themengruppen",
  labels = NULL,
  xlim = NULL,
  ylim = NULL,
  alpha = 1
)

Arguments

res_gda

GDA result data frame.

axis

dimension to be filtered.

contrib

"auto" calculates the optimal modalities to show (based on the basic criterion). Otherwise define an amount of modalities to plot.

title

plot title.

axes

the GDA dimensions to plot.

group

vector containing group definition.

group_names

names of the groups.

group_style

style to plot (vector containing "shape", "colour" or "both).

textsize

size of the text.

colour_palette

name of the used colour palette.

individuals

show individual points/ biplot (boolean).

individuals_size

set individual point size manual or "auto".

individuals_alpha

set alpha value.

individuals_names

plot individual names (boolean).

plot_modif_rates

plot modified rates instead of eigenvalue percentage (boolean).

axis_lab_name

name of axis label.

group_lab_name

name of variable groups.

labels

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

xlim

x Axis limits (vector of length 2).

ylim

y Axis limits (vector of length 2).

alpha

numeric value between 0 and 1.

Value

ggplot2 visualization containing selected modalities.


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