Hello!
I need help to add the title to a MCA factor map plot. I am new in R. my code
is:
install.packages("factorextra", "FactoMineR")
library(factoextra)
library(FactoMineR)
View(generoscuencas)
head(generoscuencas)
resultsgeneroscuencas= MCA(generoscuencas, graph = TRUE)
library(gridExtra)
library(grid)
library(ggplot2)
Many thanks for your help