fviz_gda_trajectory_quali: Visualize trajectories and structuring factors.

Description Usage Arguments Value

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

Description

Visualize trajectories and structuring factors.

Usage

1
2
3
4
5
6
fviz_gda_trajectory_quali(res_gda, df_var_quali, var_quali, axes = 1:2,
  myriad = TRUE, labels = FALSE,
  title = "Trajectory individuals structuring factors plot",
  time_point_names = NULL, select = list(name = NULL, within_inertia = NULL,
  case = NULL), impute = TRUE, plot_modif_rates = TRUE,
  axis_lab_name = "Achse")

Arguments

res_gda

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

df_var_quali

data frame containing one qualitative variable (with IDs as rownames).

var_quali

name of the structuring variable.

axes

the axes to plot.

myriad

use Myriad Pro font (boolean).

labels

plot labels (boolean).

title

the plot title.

time_point_names

vector containing the name of the time points.

select

select vector of names, within_inertia of individuals selection (within_inertia: vector containing the number of high variation and low variationindividuals) or case (vector containing NULL, complete, or incomplete).

impute

use imputation for missing data.

plot_modif_rates

plot modified rates instead of eigenvalue percentage (boolean).

axis_lab_name

name of axis label.

Value

ggplot2 visualization.


inventionate/TimeSpaceAnalysis documentation built on May 18, 2019, 5:47 a.m.