fviz_gda_trajectory: Visualization of trajectories (connected active and passive...

Description Usage Arguments Value

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

Description

Visualization of trajectories (connected active and passive individual points).

Usage

1
2
3
4
fviz_gda_trajectory(res_gda, select = list(name = NULL, within_inertia = NULL,
  case = NULL), title = "Trajectory individuals plot", axes = 1:2,
  labels = FALSE, myriad = TRUE, time_point_names = NULL,
  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).

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).

title

the plot title

axes

axes to plot.

labels

plot individual labels (boolean).

myriad

use Myriad Pro font (boolean).

time_point_names

vector containing the name of the time points.

plot_modif_rates

plot modified rates instead of eigenvalue percentage (boolean).

axis_lab_name

name of axis label.

labels

plot labels (boolean).

Value

trajectory ggplot2 visualization.


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