Learn R Programming

Rokemon (version 0.0.1)

theme_gameboy: Classic Gamyboy inspired ggplot theme

Description

Theme based on the first generation of the Gameboy.

Usage

theme_gameboy()

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