Learn R Programming

Rokemon (version 0.0.1)

theme_gba: Gamyboy Advanced inspired ggplot theme

Description

Theme based on the Gameboy Advanced.

Usage

theme_gba()

Arguments

Examples

Run this code
# 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