View source: R/fviz-gda-trajectory-sample.R
fviz_gda_trajectory_sample | R Documentation |
Visualization of the separated concentration ellipses of the sample.
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
)
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). |
ggplot2 visualization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.