fviz_add_sup_ind: Add supplementary individuals.

View source: R/fviz-add-sup-ind.R

fviz_add_sup_indR Documentation

Add supplementary individuals.

Description

Add supplementary individuals.

Usage

fviz_add_sup_ind(
  res_gda,
  sup_ind = NULL,
  colour = "red",
  ind_visible = FALSE,
  label = NULL,
  size = 10,
  group = NULL,
  group_names = NULL,
  group_style = "both",
  axes = 1:2
)

Arguments

res_gda

MCA results.

sup_ind

supplementary individual profiles (data.frame).

colour

colour of point and labels.

ind_visible

show individual points.

label

label names.

size

label size.

group

vector containing group definition.

group_names

names of the groups.

group_style

style to plot (vector containing "shape", "colour" or "both).

axes

the GDA dimensions to plot.

Value

ggplot2 visalization of supplementary individuals.


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