fviz_gda_conc_ellipse: Title

View source: R/fviz-gda-conc-ellipse.R

fviz_gda_conc_ellipseR Documentation

Title

Description

Title

Usage

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
)

Arguments

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.

Value

ggplot2 GDA visualisation with concentration ellipse.


inventionate/TimeSpaceAnalysis documentation built on June 13, 2025, 2:48 p.m.