library('devtools')
source_url("https://raw.githubusercontent.com/MatthewBJane/theme_barbie/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 = {barbie_theme: ggplot theme for the Barbie movie},
url = {https://github.com/MatthewBJane/theme_barbie},
version = {0.0.1},
year = {2023}
}
Jané, M.B. (2023). barbie_theme: ggplot theme for the Barbie movie (Version 0.0.1) [Source Code]. https://github.com/MatthewBJane/theme_barbie