View source: R/fviz-mca-var-corr.R
fviz_mca_var_corr | R Documentation |
Visualize MCA variable representation square.
fviz_mca_var_corr(
res_gda,
axes = c(1, 2),
geom = c("point", "text"),
labelsize = 4,
pointsize = 2,
invisible = NULL,
labels = TRUE,
repel = TRUE,
select = list(name = NULL, eta2 = NULL),
plot_modif_rates = TRUE,
title = "MCA - Variable Representation"
)
res_gda |
MCA result. |
axes |
axes to plot. |
geom |
whether points or labels to plot. |
labelsize |
size of labels. |
pointsize |
size of points. |
invisible |
hide "passive" or "active" variables. |
labels |
label points or not (boolean). |
repel |
repel labels (boolean). |
select |
selection of variables (names) or eta2 values (all above value). |
plot_modif_rates |
plot modified rates instead of eigenvalue percentage (boolean). |
title |
plot title. |
ggplot2 visualization of variable correlation square (variables representation).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.