theme_facto: A ggplot2 Theme for Geometrical Data Analysis

theme_factoR Documentation

A ggplot2 Theme for Geometrical Data Analysis

Description

A ggplot2 Theme for Geometrical Data Analysis

Usage

theme_facto(
  res,
  axes = c(1, 2),
  legend.position = c("none", "left", "right", "bottom", "top"),
  no_color_scale = FALSE,
  size_scale_max = 8,
  xlim,
  ylim
)

Arguments

res

An object created with FactoMineR::MCA, CA, etc.

axes

The axes to print, as a numeric vector of length 2.

legend.position

One of c("none", "left", "right", "bottom", "top").

no_color_scale

When TRUE, you can provide color_scale next without warning.

size_scale_max

Maximum size of the points.

xlim

Horizontal axe limits.

ylim

Vertical axe limits.

Value

A list of ggplot2 objects.


ggfacto documentation built on Oct. 3, 2024, 1:08 a.m.