Theme Park is a soon to be package for fun ggplot themes related to popular culture (movies, TV shows, video-games, etc.). I don't have much time to expand this further so please consider submitting a theme!
Please help grow this package by submitting your own custom ggplot theme for a movie, show, or videogame. To submit, edit the 'theme_template.R' script file and send the edited script to [email protected]. I will review it and add it or respond with suggested edits. Have fun with it!
- Matthew B. Jané
theme_barbie
,theme_oppenheimer
,theme_starwars
- Toki Liam
theme_oppenheimer
- Alex Slavenko
theme_zelda
- Velu P.K. Immonen
theme_spiderman
library('devtools')
theme_name = "theme_barbie" # Pick which theme you want
paste("https://raw.githubusercontent.com/MatthewBJane/theme_park/main/", theme_name ,".R")
source_url("https://raw.githubusercontent.com/MatthewBJane/theme_park/main/theme_barbie.R")
`X variable` = rnorm(50,0,1)
`Y variable` = rnorm(50,0,1)
ggplot(data=NULL, aes(x = `X variable`,y = `Y variable`)) +
theme_barbie(barbie_font=TRUE) +
geom_smooth(method='lm',color=dark_color_barbie, fill = light_color_barbie) +
geom_point(color = medium_color_barbie) +
ggtitle('Barbie Scatter Plot')
@software{JaneBarbie2023,
author = {Jané, Matthew B},
month = {6},
title = {theme_park: popular culture ggplot themes},
url = {https://github.com/MatthewBJane/theme_park},
version = {1.0.0},
year = {2023}
}
Jané, M.B. (2023). theme_park: popular culture ggplot themes (Version 0.0.1) [Source Code]. https://github.com/MatthewBJane/theme_park