View source: R/fviz-gda-conc-ellipse.R
fviz_gda_conc_ellipse | R Documentation |
Title
fviz_gda_conc_ellipse(
res_gda,
level = 0.8647,
alpha = 0.1,
colour = "black",
linetype = "dotted",
density = FALSE,
fill = NA,
axes = 1:2,
scale_size = 1,
title = "GDA individuals plot",
plot_modif_rates = TRUE,
axis_lab_name = "Achse",
labels = NULL,
xlim = NULL,
ylim = NULL,
blank = FALSE
)
res_gda |
GDA result. |
level |
ellipse level (default 86.47%). |
alpha |
opacity level (default 0.1). |
colour |
ellipse border colour. |
linetype |
ellipse edge linetype. |
density |
show density contours (boolean). |
fill |
ellipse fill colour. |
axes |
the GDA dimensions to plot. |
scale_size |
scale minimal point size. |
title |
the plot title. |
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). |
xlim |
x Axis limits (vector of length 2). |
ylim |
y Axis limits (vector of length 2). |
blank |
visualisation without labels and tick values. |
ggplot2 GDA visualisation with concentration ellipse.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.