Hi All,
I wondered if there exists a simple method for transforming base output in R into a nicer GGplot themed plot (such as theme_ipsum)?
Would appreciate any/all feedback on this given the PCA base plot example below.
install.packages("Gifi")
library(Gifi)
ABC6 <- ABC[,6:11]
fitord <- princals(ABC6)
plot(fitord)