fviz_gda_trajectory_sample: Visualization of the separated concentration ellipses of the...

View source: R/fviz-gda-trajectory-sample.R

fviz_gda_trajectory_sampleR Documentation

Visualization of the separated concentration ellipses of the sample.

Description

Visualization of the separated concentration ellipses of the sample.

Usage

fviz_gda_trajectory_sample(
  res_gda,
  time_point_names = NULL,
  axes = 1:2,
  ind_points = TRUE,
  concentration_ellipse = TRUE,
  complete = TRUE,
  title = NULL,
  plot_modif_rates = TRUE,
  alpha = 0.15,
  axis_lab_name = "Achse",
  axes_annotate_alpha = 0.3,
  labels = NULL,
  legend_x = 0.12,
  legend_y = 0.9,
  xlim = NULL,
  ylim = NULL
)

Arguments

res_gda

MCA result (rownames have to be questionnaire IDs including time number, e.g. 87654_1).

time_point_names

vector containing the name of the time points.

axes

the axes to plot.

ind_points

show individuals (boolean).

concentration_ellipse

show or hide overall concentration ellipse (boolean).

complete

plot only complete cases (boolean).

title

title of the plot

plot_modif_rates

plot modified rates instead of eigenvalue percentage (boolean).

alpha

ellipse fill alpha.

axis_lab_name

name of axis label.

axes_annotate_alpha

alpha value of axes annotations.

labels

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

legend_x

x position of legend.

legend_y

y position of legend.

xlim

x Axis limits (vector of length 2).

ylim

y Axis limits (vector of length 2).

Value

ggplot2 visualization.


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