ggind: Graphical representation of indivduals (rows) of a...

View source: R/plots.R

ggindR Documentation

Graphical representation of indivduals (rows) of a multivariate analysis

Description

This function displays a graphical representation of the individuals (rows) of a multivariate analysis.

This function displays a graphical representation of the individuals (rows) of a multiple correspondence analysis generated by the MCA function of the FactoMineR package.

Usage

ggind(obj, ...)

## S3 method for class 'MCA'
ggind(
  obj,
  xax = 1,
  yax = 2,
  fac = NA,
  label = NULL,
  alpha = 0.5,
  palette = "Set1",
  ...
)

Arguments

obj

a multivariate analysis results object. Currently only MCA is supported

...

arguments passed to other methods

xax

number of the x axis

yax

number of the y axis

fac

an optional factor by which points are colored, and confidence ellipses drawn

label

legend title

alpha

points opacity

palette

palette for points coloring, if fac is not NULL


explor documentation built on April 30, 2023, 1:10 a.m.