View source: R/fviz-gda-structure.R
fviz_gda_structure | R Documentation |
Visualize additive cloud.
fviz_gda_structure(
res_gda,
df_var_quali,
var_quali,
title = NULL,
scale_mean_points = TRUE,
axes = 1:2,
palette = "Set1",
impute = TRUE,
cloud = "both",
plot_modif_rates = TRUE,
axis_lab_name = "Achse",
labels = NULL,
axes_annotate_alpha = 0.3
)
res_gda |
MCA result. |
df_var_quali |
crossed variable data frame. |
var_quali |
name of quali variable. |
title |
plot title. |
scale_mean_points |
scale points (boolean). |
axes |
which axis to plot. |
palette |
colour palette (boolean). |
impute |
impute missing data (boolean). |
cloud |
which cloud should be plotted (string: real, fitted, both, deviation) |
plot_modif_rates |
plot modified rates instead of eigenvalue percentage (boolean). |
axis_lab_name |
name of axis label. |
labels |
label axes (vector of length 4; left, right, top, bottom). |
axes_annotate_alpha |
alpha value of axes annotations. |
ggplot2 visualization of additive cloud.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.