Hey. I am trying to use the the_economist theme for my graph. For that I need to access ggthemes which I am unable to do. The following is what occurs.
library(ggthemes) Error in library(ggthemes) : there is no package called ‘ggthemes’
You need to download and install it first with install.packages("ggthemes").
install.packages("ggthemes")
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.