View source: R/fviz-gda-trajectory-ellipses.R
fviz_gda_trajectory_ellipses | R Documentation |
Visualization of trajectory structuring factor ellipses.
fviz_gda_trajectory_ellipses(
res_gda,
df_var_quali,
var_quali,
axes = 1:2,
impute = TRUE,
time_point_names = NULL,
ind_points = TRUE,
concentration_ellipse = TRUE,
title = NULL,
plot_modif_rates = TRUE,
alpha = 0.15,
select = NULL,
select_facet = TRUE,
labels = NULL,
xlim = NULL,
ylim = NULL,
axes_annotate_alpha = 0.3,
complete_obs = FALSE,
facet_title_size = 14,
density = FALSE,
ellipses = TRUE
)
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. |
impute |
use imputation for missing data. |
time_point_names |
vector containing the name of the time points. |
ind_points |
show individuals (boolean). |
concentration_ellipse |
plot concentration ellipses (boolean). |
title |
title of the plot. |
plot_modif_rates |
plot modified rates instead of eigenvalue percentage (boolean). |
alpha |
ellipse fill alpha. |
select |
choose cluster/category. |
select_facet |
facet clusters/categories (boolean.) |
labels |
label axes (vector of length 4; left, right, top, bottom). |
xlim |
x limits. |
ylim |
y limits. |
axes_annotate_alpha |
alpha value of axes annotations. |
complete_obs |
plot only complete observations (boolean). |
facet_title_size |
size of the facet stripe title (numeric). |
density |
should 2D density lines be drawn (boolean). |
ellipses |
should ellipses be drawn (boolean). |
ggplot2 visualization.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.