knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
This package provides a series of palettes extracted from some classic scenes of Quentin Tarantino's movies. The package itself is a modified version based on the famous wesanderson
package. The raw data is collected from Movies in Color.
You can install the development version of tarantino
with:
# install package from github devtools::install_github("rexarski/tarantino")
Update: 2 new palettes from The Hateful Eight (2015) and Once Upon a Time in Hollywood (2019).
After loading the package, call tarantino_palettes
to display all current available palettes, which are stored in the list. Each element within the list is a palette object.
library(tarantino)
tarantino_palettes
You can also use tarantino::print_palette(palette)
to give a showcase of the palette:
tarantino::print_palette(tarantino_palette("PulpFiction", type="discrete"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.