theme_gba: Gamyboy Advanced inspired ggplot theme

Description Usage Examples

View source: R/theme_gameboy.R

Description

Theme based on the Gameboy Advanced.

Usage

1

Examples

1
2
3
4
5
6
7
8
9
## 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")

## End(Not run)

schochastics/Rokemon documentation built on Jan. 16, 2022, 2:52 a.m.