View source: R/fviz-gda-quali-supvar.R
fviz_gda_quali_supvar | R Documentation |
Visualize supplementary variables.
fviz_gda_quali_supvar(
res_gda,
df_var_quali,
var_quali,
title = NULL,
path = FALSE,
linetype = "solid",
axes = 1:2,
scale_point = TRUE,
size_point = 3,
scale_text = FALSE,
size_text = 3,
palette = "Set1",
impute = TRUE,
plot_modif_rates = TRUE,
impute_ncp = 2,
relevel = NULL,
print_eta2 = TRUE,
axis_lab_name = "Achse",
axes_annotate_alpha = 0.3,
labels = NULL,
xlim = NULL,
ylim = NULL,
accuracy = 0.1,
pos_adjust = 0.001,
colour_point = FALSE
)
res_gda |
GDA result. |
df_var_quali |
crossed variable data frame. |
var_quali |
crossed variable name. |
title |
plot title. |
path |
plot path (boolean). |
linetype |
specify path linetype. |
axes |
which axes should be plotted. |
scale_point |
scale points by weight (boolean). |
size_point |
define point size. |
scale_text |
scale text by weight (boolean). |
size_text |
define text size. |
palette |
RColorBrewer palette. |
impute |
impute missing data (boolean). |
plot_modif_rates |
plot modified rates instead of eigenvalue percentage (boolean). |
impute_ncp |
number of dimensions to predict missing values. |
relevel |
character vector containing new level order. |
print_eta2 |
print eta2 value per axis (boolean). |
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). |
xlim |
x Axis limits (vector of length 2). |
ylim |
y Axis limits (vector of length 2). |
accuracy |
numeric vector (defaults to 0.1). |
pos_adjust |
numeric vector for axis labels adjustment (defaults to 0.001) |
colour_point |
should the points be coloured (boolean)? |
ggplot2 visualization of supplementary variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.