A ggplot2 Theme for Geometrical Data Analysis
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
)
A list of ggplot2 objects.
An object created with FactoMineR::MCA
,
CA
, etc.
The axes to print, as a numeric vector of length 2.
One of c("none", "left", "right", "bottom", "top")
.
When TRUE, you can provide color_scale next without warning.
Maximum size of the points.
Horizontal axe limits.
Vertical axe limits.