View source: R/fviz-gda-quali-ellipses.R
fviz_gda_quali_ellipses | R Documentation |
Title
fviz_gda_quali_ellipses(
res_gda,
df_var_quali,
var_quali,
title = NULL,
facet = TRUE,
alpha_point = 0.75,
conc_linetype = "solid",
conf_linetype = "solid",
scale_mean_points = TRUE,
axes = 1:2,
colour = "Set1",
impute = TRUE,
concentration_ellipses = TRUE,
confidence_ellipses = FALSE,
conf_colour = FALSE,
plot_modif_rates = TRUE,
ncol = 3,
individuals = TRUE,
impute_ncp = 2,
reorder = NULL,
alpha_ellipses = 0.15,
print_eta2 = TRUE,
axis_lab_name = "Achse",
label_mean_points = TRUE,
highlight = FALSE,
profiles = NULL,
labels = NULL,
axes_annotate_alpha = 0.3,
density = FALSE,
global_conc_ellipses = TRUE,
in_freq = FALSE,
facet_title_size = 14
)
res_gda |
GDA (MCA, MFA) result (rownames have to be individual questionnaire IDs). |
df_var_quali |
data frame of one quali variable. |
var_quali |
name if quali variable. |
title |
plot title. |
facet |
whether facet ellipses or not (boolean). |
alpha_point |
opacity of individual points. |
conc_linetype |
linetype of concentration ellipses. |
conf_linetype |
linetype of confidence ellipses. |
scale_mean_points |
scale mean point size in respect of the group size (boolean). |
axes |
the GDA dimensions to plot. |
colour |
Colour brewer scale or FALSE. |
impute |
impute missing data (boolean). |
concentration_ellipses |
plot concentration ellipse (boolean). |
confidence_ellipses |
plot confidence ellipses (boolean). |
conf_colour |
colour confidence ellipses (boolean). |
plot_modif_rates |
plot modified rates instead of eigenvalue percentage (boolean). |
ncol |
Number of facet columns. |
individuals |
show individual points (boolean). |
impute_ncp |
number of dimensions to predict missing values. |
reorder |
numeric vector containing new level order (index). |
alpha_ellipses |
concentration ellipses fill alpha. |
print_eta2 |
print eta2 value per axis (boolean). |
axis_lab_name |
name of axis label. |
label_mean_points |
show labels (boolean). |
highlight |
show facets with highlighted group (boolean). |
profiles |
optional add specific profiles (tibble). |
labels |
label axes (vector of length 4; left, right, top, bottom). |
axes_annotate_alpha |
alpha value of axes annotations. |
density |
show density contours (boolean). |
global_conc_ellipses |
should the global concentration ellipse be shown (boolean). |
in_freq |
order by number of observations with each level (largest first) (boolean). |
facet_title_size |
size of the facet stripe title (numeric). |
ggplot2 visualization with concentration and quali var ellipses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.