Title: | Themes for 'ggplot2' from Popular Culture |
---|---|
Description: | Provides 'ggplot2' themes that mirror works from popular culture, such as Barbie, Star Wars, Game of Thrones, and others. The package currently holds 14 themes and a number of corresponding discrete color scales, palettes, and fonts. Each theme (e.g., 'theme_barbie') generates a unique color scheme and font for a 'ggplot2' object that matches the color scheme and font found in the movie, TV show, or video game. |
Authors: | Matthew B. Jané [aut, cre], Luke C. Pilling [aut] , Christopher T. Kenny [aut] |
Maintainer: | Matthew B. Jané <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.1 |
Built: | 2024-11-13 04:59:27 UTC |
Source: | https://github.com/MatthewBJane/ThemePark |
ALIEN Theme Color Palette
alien_theme_colors
alien_theme_colors
character vector of hex code strings
alien_theme_colors
alien_theme_colors
Asteroid City Inspired Theme Color Palette
asteroid_city_theme_colors
asteroid_city_theme_colors
character vector of hex code strings
asteroid_city_theme_colors
asteroid_city_theme_colors
Avatar Theme Color Palette
avatar_theme_colors
avatar_theme_colors
character vector of hex code strings
avatar_theme_colors
avatar_theme_colors
This data contains box office data for the Barbie movie, from its first 50 days (July 21, 2023 to September 8, 2023).
data("barbie_box_office")
data("barbie_box_office")
a tibble
with 50 rows and 11 columns
date
date. Box office date.
dow
factor. Day of the week.
rank
integer. Box office rank.
daily
integer. Daily gross in USD.
percent_yd
numeric. Gross change per day as a percent.
percent_lw
numeric. Gross change per week as a percent.
theaters
integer. Number of theatres.
avg_per_theater
integer. Per theater average gross.
to_date
integer. Gross to date.
day
integer. Day of showing, indexed from 1.
estimated
logical. Flag for if the data is estimated.
Box Office Mojo from https://www.boxofficemojo.com/release/rl1077904129/
data(barbie_box_office) barbie_box_office[, 1:6]
data(barbie_box_office) barbie_box_office[, 1:6]
Barbie Theme Color Palette
barbie_theme_colors
barbie_theme_colors
character vector of hex code strings
barbie_theme_colors
barbie_theme_colors
DUNE Theme Color Palette
dune_theme_colors
dune_theme_colors
character vector of hex code strings
dune_theme_colors
dune_theme_colors
Elf Inspired Color Palette
elf_palette
elf_palette
character vector of hex code strings
elf_palette
elf_palette
Elf Inspired Theme Color Palette
elf_theme_colors
elf_theme_colors
character vector of hex code strings
elf_theme_colors
elf_theme_colors
French Dispatch Inspired Theme Color Palette
french_dispatch_theme_colors
french_dispatch_theme_colors
character vector of hex code strings
french_dispatch_theme_colors
french_dispatch_theme_colors
Friends Color Palette
friends_palette
friends_palette
character vector of hex code strings
friends_palette
friends_palette
Friends Theme Color Palette
friends_theme_colors
friends_theme_colors
character vector of hex code strings
friends_theme_colors
friends_theme_colors
Futurama Theme Color Palette
futurama_theme_colors
futurama_theme_colors
character vector of hex code strings
futurama_theme_colors
futurama_theme_colors
Game of Thrones Theme Color Palette
gameofthrones_theme_colors
gameofthrones_theme_colors
character vector of hex code strings
gameofthrones_theme_colors
gameofthrones_theme_colors
Godfather Theme Color Palette
godfather_theme_colors
godfather_theme_colors
character vector of hex code strings
godfather_theme_colors
godfather_theme_colors
Grand Budapest Inspired Theme Color Palette
grand_budapest_theme_colors
grand_budapest_theme_colors
character vector of hex code strings
grand_budapest_theme_colors
grand_budapest_theme_colors
Gryffindor Theme Color Palette
gryffindor_theme_colors
gryffindor_theme_colors
character vector of hex code strings
gryffindor_theme_colors
gryffindor_theme_colors
Hufflepuff Theme Color Palette
hufflepuff_theme_colors
hufflepuff_theme_colors
character vector of hex code strings
hufflepuff_theme_colors
hufflepuff_theme_colors
Lord of the Rings Theme Color Palette
lordoftherings_theme_colors
lordoftherings_theme_colors
character vector of hex code strings
lordoftherings_theme_colors
lordoftherings_theme_colors
Moonrise Kingdom Inspired Theme Color Palette
moonrise_kingdom_theme_colors
moonrise_kingdom_theme_colors
character vector of hex code strings
moonrise_kingdom_theme_colors
moonrise_kingdom_theme_colors
Finding Nemo Color Palette
nemo_palette
nemo_palette
character vector of hex code strings
nemo_palette
nemo_palette
Finding Nemo Theme Color Palette
nemo_theme_colors
nemo_theme_colors
character vector of hex code strings
nemo_theme_colors
nemo_theme_colors
Oppenheimer Theme Color Palette
oppenheimer_theme_colors
oppenheimer_theme_colors
character vector of hex code strings
oppenheimer_theme_colors
oppenheimer_theme_colors
Ravenclaw Theme Color Palette
ravenclaw_theme_colors
ravenclaw_theme_colors
character vector of hex code strings
ravenclaw_theme_colors
ravenclaw_theme_colors
Sauron Color Palette
sauron_palette
sauron_palette
character vector of hex code strings
sauron_palette
sauron_palette
Elf Inspired Color Scales
scale_color_elf_c(...) scale_fill_elf_c(...) scale_color_elf_b(...) scale_fill_elf_b(...) scale_color_elf_d(...) scale_fill_elf_d(...) scale_colour_elf_d(...) scale_colour_elf_c(...) scale_colour_elf_b(...)
scale_color_elf_c(...) scale_fill_elf_c(...) scale_color_elf_b(...) scale_fill_elf_b(...) scale_color_elf_d(...) scale_fill_elf_d(...) scale_colour_elf_d(...) scale_colour_elf_c(...) scale_colour_elf_b(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_elf() + scale_fill_elf_d()
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_elf() + scale_fill_elf_d()
Finding friends Inspired Color Scales
scale_color_friends_c(...) scale_fill_friends_c(...) scale_color_friends_b(...) scale_fill_friends_b(...) scale_color_friends_d(...) scale_fill_friends_d(...) scale_colour_friends_d(...) scale_colour_friends_c(...) scale_colour_friends_b(...)
scale_color_friends_c(...) scale_fill_friends_c(...) scale_color_friends_b(...) scale_fill_friends_b(...) scale_color_friends_d(...) scale_fill_friends_d(...) scale_colour_friends_d(...) scale_colour_friends_c(...) scale_colour_friends_b(...)
... |
Additional arguments to pass to |
description
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_friends() + scale_fill_friends_d()
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_friends() + scale_fill_friends_d()
Finding Nemo Inspired Color Scales
scale_color_nemo_c(...) scale_fill_nemo_c(...) scale_color_nemo_b(...) scale_fill_nemo_b(...) scale_color_nemo_d(...) scale_fill_nemo_d(...) scale_colour_nemo_d(...) scale_colour_nemo_c(...) scale_colour_nemo_b(...)
scale_color_nemo_c(...) scale_fill_nemo_c(...) scale_color_nemo_b(...) scale_fill_nemo_b(...) scale_color_nemo_d(...) scale_fill_nemo_d(...) scale_colour_nemo_d(...) scale_colour_nemo_c(...) scale_colour_nemo_b(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_nemo(nemo_font = TRUE) + scale_fill_nemo_d()
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_nemo(nemo_font = TRUE) + scale_fill_nemo_d()
Super Nintendo Inspired Color Scales
scale_color_snes_c(...) scale_fill_snes_c(...) scale_color_snes_b(...) scale_fill_snes_b(...) scale_color_snes_d(...) scale_fill_snes_d(...) scale_colour_snes_d(...) scale_colour_snes_c(...) scale_colour_snes_b(...)
scale_color_snes_c(...) scale_fill_snes_c(...) scale_color_snes_b(...) scale_fill_snes_b(...) scale_color_snes_d(...) scale_fill_snes_d(...) scale_colour_snes_d(...) scale_colour_snes_c(...) scale_colour_snes_b(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_snes() + scale_fill_snes_d() ggplot(mpg) + geom_point(aes(x = cty, y = hwy, color = year)) + labs(title = 'Mileage comparisons', x = 'City Mileage', y = 'Highway Mileage', color = 'Year') + theme_snes() + scale_color_snes_c()
library(ggplot2) ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + facet_wrap(~(hwy > 29)) + theme_snes() + scale_fill_snes_d() ggplot(mpg) + geom_point(aes(x = cty, y = hwy, color = year)) + labs(title = 'Mileage comparisons', x = 'City Mileage', y = 'Highway Mileage', color = 'Year') + theme_snes() + scale_color_snes_c()
ALIEN Inspired Color Scales
scale_fill_alien(...) scale_color_alien(...)
scale_fill_alien(...) scale_color_alien(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + theme_alien() + scale_color_alien() +facet_grid(.~class)
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + theme_alien() + scale_color_alien() +facet_grid(.~class)
Avatar Inspired Color Scales
scale_fill_avatar(...) scale_color_avatar(...)
scale_fill_avatar(...) scale_color_avatar(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_avatar()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_avatar()
Barbie Inspired Color Scales
scale_fill_barbie(...) scale_color_barbie(...)
scale_fill_barbie(...) scale_color_barbie(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_barbie()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_barbie()
DUNE Inspired Color Scales
scale_fill_dune(...) scale_color_dune(...) scale_fill_dune_discrete(...) scale_color_dune_discrete(...)
scale_fill_dune(...) scale_color_dune(...) scale_fill_dune_discrete(...) scale_color_dune_discrete(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + theme_dune() + scale_color_dune() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="Mileage Grouped by cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_dune()+ scale_fill_dune_discrete()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + theme_dune() + scale_color_dune() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="Mileage Grouped by cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_dune()+ scale_fill_dune_discrete()
Game of Thrones Inspired Color Scales
scale_fill_gameofthrones(...) scale_color_gameofthrones(...)
scale_fill_gameofthrones(...) scale_color_gameofthrones(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_gameofthrones()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_gameofthrones()
Godfather Inspired Color Scales
scale_fill_godfather(...) scale_color_godfather(...)
scale_fill_godfather(...) scale_color_godfather(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_godfather() + theme_godfather(godfather_font = TRUE)
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_godfather() + theme_godfather(godfather_font = TRUE)
Lord of the Rings Inspired Color Scales
scale_fill_lordoftherings(...) scale_color_lordoftherings(...)
scale_fill_lordoftherings(...) scale_color_lordoftherings(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_lordoftherings()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_lordoftherings()
Oppenheimer Inspired Color Scales
scale_fill_oppenheimer_smoke(...) scale_color_oppenheimer_smoke(...) scale_fill_oppenheimer_flame(...) scale_color_oppenheimer_flame(...)
scale_fill_oppenheimer_smoke(...) scale_color_oppenheimer_smoke(...) scale_fill_oppenheimer_flame(...) scale_color_oppenheimer_flame(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_oppenheimer_flame() ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_oppenheimer_flame()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_oppenheimer_flame() ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_oppenheimer_flame()
Spiderman Inspired Color Scales
scale_fill_spiderman(...) scale_color_spiderman(...)
scale_fill_spiderman(...) scale_color_spiderman(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_spiderman()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_spiderman()
Star Wars Inspired Color Scales
scale_fill_starwars(...) scale_color_starwars(...)
scale_fill_starwars(...) scale_color_starwars(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_starwars()+ theme_starwars(starwars_font = TRUE)
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_starwars()+ theme_starwars(starwars_font = TRUE)
Terminator Inspired Color Scales
scale_fill_terminator(...) scale_color_terminator(...)
scale_fill_terminator(...) scale_color_terminator(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_terminator() + theme_terminator(terminator_font = TRUE)
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_terminator() + theme_terminator(terminator_font = TRUE)
Legend of Zelda Inspired Color Scales
scale_fill_zelda(...) scale_color_zelda(...)
scale_fill_zelda(...) scale_color_zelda(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_zelda() + theme_zelda(zelda_font = TRUE)
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_zelda() + theme_zelda(zelda_font = TRUE)
Harry Potter Inspired Color Scales
scale_fill_gryffindor(...) scale_color_gryffindor(...) scale_fill_ravenclaw(...) scale_color_ravenclaw(...) scale_fill_hufflepuff(...) scale_color_hufflepuff(...) scale_fill_slytherin(...) scale_color_slytherin(...)
scale_fill_gryffindor(...) scale_color_gryffindor(...) scale_fill_ravenclaw(...) scale_color_ravenclaw(...) scale_fill_hufflepuff(...) scale_color_hufflepuff(...) scale_fill_slytherin(...) scale_color_slytherin(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_gryffindor()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_gryffindor()
Wes Anderson Movies Inspired Color Scales
scale_fill_grand_budapest(...) scale_color_grand_budapest(...) scale_fill_asteroid_city(...) scale_color_asteroid_city(...) scale_fill_french_dispatch(...) scale_color_french_dispatch(...) scale_fill_moonrise_kingdom(...) scale_color_moonrise_kingdom(...)
scale_fill_grand_budapest(...) scale_color_grand_budapest(...) scale_fill_asteroid_city(...) scale_color_asteroid_city(...) scale_fill_french_dispatch(...) scale_color_french_dispatch(...) scale_fill_moonrise_kingdom(...) scale_color_moonrise_kingdom(...)
... |
Additional arguments to pass to |
a ggplot
scale object
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_grand_budapest()
library(ggplot2) ggplot(mpg) + geom_point(aes(y = class, x = hwy, color = cyl)) + labs(title="MPG by Vehicle Type", caption="Source: mpg", x = "City Mileage", color ="# Cylinders") + scale_color_grand_budapest()
Simpsons Theme Color Palette
simpsons_theme_colors
simpsons_theme_colors
character vector of hex code strings
simpsons_theme_colors
simpsons_theme_colors
Slytherin Theme Color Palette
slytherin_theme_colors
slytherin_theme_colors
character vector of hex code strings
slytherin_theme_colors
slytherin_theme_colors
Super Nintendo Inspired Color Palette
snes_palette
snes_palette
character vector of hex code strings
snes_palette
snes_palette
Super Nintendo Inspired Theme Color Palette
snes_theme_colors
snes_theme_colors
character vector of hex code strings
snes_theme_colors
snes_theme_colors
Spiderman Theme Color Palette
spiderman_theme_colors
spiderman_theme_colors
character vector of hex code strings
spiderman_theme_colors
spiderman_theme_colors
Star Wars Theme Color Palette
starwars_theme_colors
starwars_theme_colors
character vector of hex code strings
starwars_theme_colors
starwars_theme_colors
Terminator Theme Color Palette
terminator_theme_colors
terminator_theme_colors
character vector of hex code strings
terminator_theme_colors
terminator_theme_colors
ALIEN Inspired Theme
theme_alien(alien_font = TRUE, ...)
theme_alien(alien_font = TRUE, ...)
alien_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = alien_theme_colors["dark"], fill = alien_theme_colors["light"]) + geom_point(color = alien_theme_colors["medium"]) + labs(title = 'ALIEN Scatter Plot') + theme_alien() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_alien()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = alien_theme_colors["dark"], fill = alien_theme_colors["light"]) + geom_point(color = alien_theme_colors["medium"]) + labs(title = 'ALIEN Scatter Plot') + theme_alien() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_alien()
Avatar Inspired Theme
theme_avatar(avatar_font = TRUE, ...)
theme_avatar(avatar_font = TRUE, ...)
avatar_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Avatar Scatter Plot') + theme_avatar() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_avatar()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Avatar Scatter Plot') + theme_avatar() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_avatar()
Barbie Inspired Theme
theme_barbie(barbie_font = TRUE, ...)
theme_barbie(barbie_font = TRUE, ...)
barbie_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Barbie Scatter Plot') + theme_barbie()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Barbie Scatter Plot') + theme_barbie()
DUNE Inspired Theme
theme_dune(dune_font = TRUE, ...)
theme_dune(dune_font = TRUE, ...)
dune_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = dune_theme_colors["dark"], fill = dune_theme_colors["light"]) + geom_point(color = dune_theme_colors["medium"]) + labs(title = 'DUNE Scatter Plot') + theme_dune() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="Mileage Grouped by cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_dune()+ scale_fill_dune_discrete()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = dune_theme_colors["dark"], fill = dune_theme_colors["light"]) + geom_point(color = dune_theme_colors["medium"]) + labs(title = 'DUNE Scatter Plot') + theme_dune() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="Mileage Grouped by cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_dune()+ scale_fill_dune_discrete()
Elf Inspired Theme
theme_elf(elf_font = TRUE, ...)
theme_elf(elf_font = TRUE, ...)
elf_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'elf Scatter Plot') + theme_elf() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8, color = NA) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_elf() + scale_fill_elf_d()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'elf Scatter Plot') + theme_elf() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8, color = NA) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_elf() + scale_fill_elf_d()
Friends tv series Inspired Theme
theme_friends(friends_font = TRUE, ...)
theme_friends(friends_font = TRUE, ...)
friends_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'friends Scatter Plot') + theme_friends() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_friends() + scale_fill_friends_d()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'friends Scatter Plot') + theme_friends() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_friends() + scale_fill_friends_d()
Futurama Inspired Theme
theme_futurama(futurama_font = TRUE, ...)
theme_futurama(futurama_font = TRUE, ...)
futurama_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Futurama Scatter Plot') + theme_futurama() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_futurama()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Futurama Scatter Plot') + theme_futurama() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_futurama()
Game of Thrones Inspired Theme
theme_gameofthrones(gameofthrones_font = TRUE, ...)
theme_gameofthrones(gameofthrones_font = TRUE, ...)
gameofthrones_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Game of Thrones Scatter Plot') + theme_gameofthrones() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_gameofthrones()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Game of Thrones Scatter Plot') + theme_gameofthrones() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_gameofthrones()
Godfather Inspired Theme
theme_godfather(godfather_font = TRUE, ...)
theme_godfather(godfather_font = TRUE, ...)
godfather_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point(color = 'white') + labs(title = 'Godfather Scatter Plot') + theme_godfather() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_godfather()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point(color = 'white') + labs(title = 'Godfather Scatter Plot') + theme_godfather() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_godfather()
Wes Anderson Movies Inspired Themes
theme_grand_budapest(grand_budapest_font = TRUE, ...) theme_asteroid_city(asteroid_city_font = TRUE, ...) theme_french_dispatch(french_dispatch_font = TRUE, ...) theme_moonrise_kingdom(moonrise_kingdom_font = TRUE, ...)
theme_grand_budapest(grand_budapest_font = TRUE, ...) theme_asteroid_city(asteroid_city_font = TRUE, ...) theme_french_dispatch(french_dispatch_font = TRUE, ...) theme_moonrise_kingdom(moonrise_kingdom_font = TRUE, ...)
grand_budapest_font |
should |
... |
additional parameters to pass to |
asteroid_city_font |
should |
french_dispatch_font |
should |
moonrise_kingdom_font |
should |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = '#890000') + geom_point() + labs(title = 'Grand Budapest Scatter Plot') + theme_grand_budapest() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_asteroid_city()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = '#890000') + geom_point() + labs(title = 'Grand Budapest Scatter Plot') + theme_grand_budapest() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_asteroid_city()
Harry Potter Inspired Themes
theme_gryffindor(gryffindor_font = TRUE, ...) theme_ravenclaw(ravenclaw_font = TRUE, ...) theme_hufflepuff(hufflepuff_font = TRUE, ...) theme_slytherin(slytherin_font = TRUE, ...)
theme_gryffindor(gryffindor_font = TRUE, ...) theme_ravenclaw(ravenclaw_font = TRUE, ...) theme_hufflepuff(hufflepuff_font = TRUE, ...) theme_slytherin(slytherin_font = TRUE, ...)
gryffindor_font |
should |
... |
additional parameters to pass to |
ravenclaw_font |
should |
hufflepuff_font |
should |
slytherin_font |
should |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = '#890000') + geom_point() + labs(title = 'Gryffindor Scatter Plot') + theme_gryffindor() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_ravenclaw()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm', color = '#890000') + geom_point() + labs(title = 'Gryffindor Scatter Plot') + theme_gryffindor() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_ravenclaw()
Lord of the Rings Inspired Theme
theme_lordoftherings(lordoftherings_font = TRUE, ...)
theme_lordoftherings(lordoftherings_font = TRUE, ...)
lordoftherings_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Lord of the Rings Scatter Plot') + theme_lordoftherings() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_lordoftherings()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Lord of the Rings Scatter Plot') + theme_lordoftherings() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_lordoftherings()
Finding Nemo Inspired Theme
theme_nemo(nemo_font = TRUE, ...)
theme_nemo(nemo_font = TRUE, ...)
nemo_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Nemo Scatter Plot') + theme_nemo() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_nemo() + scale_fill_nemo_d()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Nemo Scatter Plot') + theme_nemo() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_nemo() + scale_fill_nemo_d()
Oppenheimer Inspired Theme
theme_oppenheimer(oppenheimer_font = TRUE, ...)
theme_oppenheimer(oppenheimer_font = TRUE, ...)
oppenheimer_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Oppenheimer Scatter Plot') + theme_oppenheimer() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_oppenheimer()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Oppenheimer Scatter Plot') + theme_oppenheimer() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_oppenheimer()
Simpsons Inspired Theme
theme_simpsons(simpsons_font = TRUE, ...)
theme_simpsons(simpsons_font = TRUE, ...)
simpsons_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Simpsons Scatter Plot') + theme_simpsons() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_simpsons()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Simpsons Scatter Plot') + theme_simpsons() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_simpsons()
Super Nintendo Inspired Theme
theme_snes(snes_font = TRUE, ...)
theme_snes(snes_font = TRUE, ...)
snes_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'snes Scatter Plot') + theme_snes() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_snes() + scale_fill_snes_d()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'snes Scatter Plot') + theme_snes() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_snes() + scale_fill_snes_d()
Spiderman Inspired Theme
theme_spiderman(spiderman_font = TRUE, ...)
theme_spiderman(spiderman_font = TRUE, ...)
spiderman_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Spiderman Scatter Plot') + theme_spiderman() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_spiderman()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Spiderman Scatter Plot') + theme_spiderman() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_spiderman()
Star Wars Inspired Theme
theme_starwars(starwars_font = TRUE, ...)
theme_starwars(starwars_font = TRUE, ...)
starwars_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point(color = 'white') + labs(title = 'Star Wars Scatter Plot') + theme_starwars() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_starwars()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point(color = 'white') + labs(title = 'Star Wars Scatter Plot') + theme_starwars() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_starwars()
Terminator Inspired Theme
theme_terminator(terminator_font = TRUE, ...)
theme_terminator(terminator_font = TRUE, ...)
terminator_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point(color = 'white') + labs(title = 'Terminator Scatter Plot') + theme_terminator() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_terminator()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point(color = 'white') + labs(title = 'Terminator Scatter Plot') + theme_terminator() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_terminator()
Legend of Zelda Inspired Theme
theme_zelda(zelda_font = TRUE, ...)
theme_zelda(zelda_font = TRUE, ...)
zelda_font |
should |
... |
additional parameters to pass to |
a ggplot2
theme
element
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Zelda Scatter Plot') + theme_zelda() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_zelda()
library(ggplot2) ggplot(data = data.frame(x = rnorm(50, 0, 1), y = rnorm(50,0,1)), aes(x = x, y = y)) + geom_smooth(method = 'lm') + geom_point() + labs(title = 'Zelda Scatter Plot') + theme_zelda() ggplot(mpg, aes(cty)) + geom_density(aes(fill=factor(cyl)), alpha=0.8) + labs(title="Density plot", subtitle="City Mileage Grouped by Number of cylinders", caption="Source: mpg", x="City Mileage", fill="# Cylinders") + theme_zelda()
Index of themes in ThemePark
themepark_themes
themepark_themes
data.frame of themes with creator
themepark_themes
themepark_themes
Legend of Zelda Color Palette
zelda_palette
zelda_palette
character vector of hex code strings
zelda_palette
zelda_palette
Legend of Zelda Theme Color Palette
zelda_theme_colors
zelda_theme_colors
character vector of hex code strings
zelda_theme_colors
zelda_theme_colors