I need help to add the title to a MCA factor map plot

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

Hi @gabriela! Welcome!

I think it’s going to be difficult for helpers to answer your question without some more information. A good starting place is reading this guide: FAQ: Tips for writing R-related questions.

Can you try turning your question into a reproducible example? If you get stuck on that, can you at least include more of the code you are running, especially your library() statements?

2 Likes