GGally variable names

Hi. GGally calculates and draws a correlation matrix. How do I change the size and boldness of the variable names? Are these names axis text? Thank you.

library(GGally)
df <- mtcars[, c(1,3,4,5,6,7)]
ggcorr(df, palette = "RdBu", label = TRUE)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.