All Projects → johnmackintosh → metallicaRt

johnmackintosh / metallicaRt

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
R package of colour palettes based on Metallica studio album covers.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to metallicaRt

rockthemes
R colour palettes based on classic rock album covers.
Stars: ✭ 30 (+66.67%)
Mutual labels:  ggplot2, data-visualisation, ggplot2-themes, colour-palettes
tvthemes
ggplot2 themes and palettes based on your favorite TV shows
Stars: ✭ 120 (+566.67%)
Mutual labels:  ggplot2, ggplot2-themes
Treemapify
🌳 Draw treemaps in ggplot2
Stars: ✭ 186 (+933.33%)
Mutual labels:  ggplot2, data-visualisation
imprint
Create Customized 'ggplot2' and 'R Markdown' Themes for Your Organization
Stars: ✭ 24 (+33.33%)
Mutual labels:  ggplot2, ggplot2-themes
Naniar
Tidy data structures, summaries, and visualisations for missing data
Stars: ✭ 557 (+2994.44%)
Mutual labels:  ggplot2, data-visualisation
Ggthemes
Additional themes, scales, and geoms for ggplot2
Stars: ✭ 1,107 (+6050%)
Mutual labels:  ggplot2, data-visualisation
gameofthrones
🎨 Game of Thrones inspired palette for R
Stars: ✭ 69 (+283.33%)
Mutual labels:  ggplot2, data-visualisation
Waffle
🍁 Make waffle (square pie) charts in R
Stars: ✭ 614 (+3311.11%)
Mutual labels:  ggplot2, data-visualisation
Kravis
A {K}otlin g{ra}mmar for data {vis}ualization
Stars: ✭ 134 (+644.44%)
Mutual labels:  ggplot2, datascience
ggplot2 themes in github
A generated list of repos containing themes/styles for ggplot2
Stars: ✭ 43 (+138.89%)
Mutual labels:  ggplot2, ggplot2-themes
ytpriv
YT metadata exporter
Stars: ✭ 28 (+55.56%)
Mutual labels:  datascience
soilpalettes
R color palettes inspired by soil profiles
Stars: ✭ 16 (-11.11%)
Mutual labels:  ggplot2
bayarea-2019-scikit-sprint
Bay Area WiMLDS scikit-learn open source sprint (Nov 2, 2019)
Stars: ✭ 16 (-11.11%)
Mutual labels:  datascience
R-Data-Visualization
D-Lab's 3 hour introduction to data visualization with R. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more using ggplot2 and cowplot.
Stars: ✭ 24 (+33.33%)
Mutual labels:  ggplot2
blogpost codes
Repo of my blogpost articles codes
Stars: ✭ 41 (+127.78%)
Mutual labels:  datascience
aRtsy
An R package for making generative art using 'ggplot2'.
Stars: ✭ 142 (+688.89%)
Mutual labels:  ggplot2
bamboolib binder template
bamboolib - template for creating your own binder notebook
Stars: ✭ 19 (+5.56%)
Mutual labels:  data-visualisation
datapackage-m
Power Query M functions for working with Tabular Data Packages (Frictionless Data) in Power BI and Excel
Stars: ✭ 26 (+44.44%)
Mutual labels:  data-visualisation
assigner
Population assignment analysis using R
Stars: ✭ 17 (-5.56%)
Mutual labels:  datascience
hockeystick
Download and Visualize Essential Global Heating Data in R
Stars: ✭ 42 (+133.33%)
Mutual labels:  ggplot2

metallicaRt

R-CMD-check

What?

On a whim, this is a collection of colour palettes based on Metallica album covers.

Each is named using an abbreviation of the relevant album.

Why?

Because I saw this post on Twitter

But still, …why?

Because I’d already created a bunch of palettes manually for this post on my blog

How?

I produced the palettes with 7 colours using an online tool, when I produced my blog post originally. I also put together the ‘combo’ palette.

Palettes that end with ‘10’ were created using colorfindr

Credit

Thanks to Kelly Cotton for the nycpalettes package which this was extremely heavily based on

I need this in my life

Of course you do. This will not go to CRAN, so please install using the remotes package.

#library(remotes)
#remotes::install_github("johnmackintosh/metallicaRt")
library(metallicaRt)
#> Warning: replacing previous import 'vctrs::data_frame' by 'tibble::data_frame'
#> when loading 'dplyr'

Data Viz Friendly

These mini palettes might actually be useful.

All named after a song title from the relevant album

metalli_palette("whiplash")
metalli_palette("bells")
metalli_palette("orion")
metalli_palette("blackened")

metalli_palette("roam")
metalli_palette("bleeding")
metalli_palette("fuel")

metalli_palette("frantic")
metalli_palette("scarred")
metalli_palette("revenge")

Gimme fuel, gimme fire, longer palettes I desire

OK then.

These contain more album specific colors, but might be of less practical use for data visualisation purposes.

Kill ’Em All

metalli_palette("kill")
scales::show_col(killem_pal()(10), labels = FALSE)

Ride The Lightning

metalli_palette("rtl")
scales::show_col(lightning_pal()(10), labels = FALSE)

Master of Puppets

metalli_palette("puppets")
scales::show_col(puppets_pal()(10), labels = FALSE)

…And Justice For All

metalli_palette("justice")
scales::show_col(justice_pal()(10), labels = FALSE)

Metallica

How much more black could it be? Don’t use this.

metalli_palette("metallica")
scales::show_col(metallica_pal()(10), labels = FALSE)

Load

metalli_palette("load")
scales::show_col(load_pal()(10), labels = FALSE)

Reload

metalli_palette("reload")
scales::show_col(reload_pal()(10), labels = FALSE)

St. Anger

metalli_palette("anger")
scales::show_col(anger_pal()(10), labels = FALSE)

Death Magnetic

metalli_palette("magnetic")
scales::show_col(magnetic_pal()(10), labels = FALSE)

Hardwired…To Self Destruct

metalli_palette("hardwired")
scales::show_col(hardwired_pal()(10), labels = FALSE)

Metal up your palette

Various colours pilfered from various palettes

scales::show_col(combo_pal()(10), labels = FALSE)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].