powered by
Theme based on the Gameboy Advanced.
theme_gba()
# NOT RUN { library(ggplot2) ggplot(pokemon,aes(attack,defense))+ geom_point(shape = 15,col = c("#006400"),size=2)+ theme_gameboy()+ labs(title = "Classic Gameboy Theme") # }
Run the code above in your browser using DataLab