Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Nowosad/filmcolors

Repository files navigation

Film Palettes

Build Status

Installation

devtools::install_github("nowosad/filmcolors")

Usage

library('filmcolors')

# See all palettes
names(film_palettes)
#> [1] "Vertigo"

Vertigo (1958)

film_colors("Vertigo")

library('ggplot2')
ggplot(mtcars, aes(mpg, hp, color=as.factor(carb))) +  geom_point(size=8) +
  scale_color_manual(values = film_colors("Vertigo"))

sort_colors function

colors <- c("#060306", "#290705", "#131325")
class(colors) <- 'palette'
colors

sorted_colors <- sort_colors(colors)
sorted_colors

Credits

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages