• Stars
    star
    779
  • Rank 53,108 (Top 2 %)
  • Language
    R
  • License
    Other
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🎨🎨🎨 Collection of most color palettes in a single R package

paletteer

R build status CRAN status CRAN_Download_Badge Codecov test coverage Lifecycle: stable

The goal of paletteer is to be a comprehensive collection of color palettes in R using a common interface. Think of it as the β€œcaret of palettes”.

Notice This version is not backwards compatible with versions <= 0.2.1. Please refer to the end of the readme for breaking changes

Installation

You can install the released version of paletteer from CRAN with:

install.packages("paletteer")

If you want the development version instead then install directly from GitHub:

# install.packages("devtools")
devtools::install_github("EmilHvitfeldt/paletteer")

Palettes

The palettes are divided into 2 groups; discrete and continuous. For discrete palette you have the choice between the fixed width palettes and dynamic palettes. Most common of the two are the fixed width palettes which have a set amount of colors which doesn’t change when the number of colors requested vary like the following palettes:

on the other hand we have the dynamic palettes where the colors of the palette depend on the number of colors you need like the green.pal palette from the cartography package:

Lastly we have the continuous palettes which provides as many colors as you need for a smooth transition of color:

This package includes 2569 palettes from 68 different packages and information about these can be found in the following data.frames: palettes_c_names, palettes_d_names and palettes_dynamic_names. Additionally this github repo showcases all the palettes included in the package and more.

Examples

All the palettes can be accessed from the 3 functions paletteer_c(), paletteer_d() and paletteer_dynamic() using the by using the syntax packagename::palettename.

paletteer_c("scico::berlin", n = 10)
#> <colors>
#> #9EB0FFFF #5AA3DAFF #2D7597FF #194155FF #11181DFF #270C01FF #501802FF #8A3F2AFF #C37469FF #FFACACFF
paletteer_d("nord::frost")
#> <colors>
#> #8FBCBBFF #88C0D0FF #81A1C1FF #5E81ACFF
paletteer_dynamic("cartography::green.pal", 5)
#> <colors>
#> #B8D9A9FF #8DBC80FF #5D9D52FF #287A22FF #17692CFF

All of the functions now also support tab completion to easily access the hundreds of choices

ggplot2 scales

Lastly the package also includes scales for ggplot2 using the same standard interface

library(ggplot2)

ggplot(iris, aes(Sepal.Length, Sepal.Width, color = Species)) +
  geom_point() +
  scale_color_paletteer_d("nord::aurora")

Breaking changes

In version <= 0.2.1 a palatte was selected by specifying a package and palette argument like so

paletteer_c(package = "nord", palette = "frost")

After version 0.2.1 palettes are selected using the syntax "packagename::palettename" inside the palette functions.

paletteer_c("nord::frost")

Special thanks

Included packages

paletteer includes palettes from the following packages:

Name Github CRAN
awtools awhstin/awtools - 0.2.1 -
basetheme karoliskoncevicius/basetheme - 0.1.2 0.1.2
beyonce dill/beyonce - 0.1 -
calecopal an-bui/calecopal - 0.1.0 -
cartography riatelab/cartography - 3.0.1 3.0.1
colorBlindness - 0.1.9
colorblindr clauswilke/colorblindr - 0.1.0 -
colRoz jacintak/colRoz - 0.2.2 -
dichromat - 2.0-0.1
DresdenColor katiesaund/DresdenColor - 0.0.0.9000 -
dutchmasters EdwinTh/dutchmasters - 0.1.0 -
feathers shandiya/feathers - 0.0.0.9000 -
fishualize nschiett/fishualize - 0.2.3 0.2.3
futurevisions JoeyStanley/futurevisions - 0.1.1 -
ggpomological gadenbuie/ggpomological - 0.1.2 -
ggprism csdaw/ggprism - 1.0.3.9000 1.0.3
ggsci nanxstats/ggsci - 2.9 2.9
ggthemes jrnold/ggthemes - 4.2.2 4.2.2
ggthemr Mikata-Project/ggthemr - 1.1.0 -
ghibli ewenme/ghibli - 0.3.3.9000 0.3.3
grDevices - 4.2.1
harrypotter aljrico/harrypotter - 2.1.1 2.1.1
impressionist.colors - 1.0
IslamicArt lambdamoses/IslamicArt - 0.1.0 -
jcolors jaredhuling/jcolors - 0.0.4 0.0.4
khroma tesselle/khroma - 1.9.0.9000 1.9.0
LaCroixColoR johannesbjork/LaCroixColoR - 0.1.0 -
lisa tyluRp/lisa - 0.1.2.9000 0.1.2
Manu G-Thomson/Manu - 0.0.2 -
MapPalettes disarm-platform/MapPalettes - 0.0.2 -
MetBrewer BlakeRMills/MetBrewer - 0.2.0 0.2.0
miscpalettes EmilHvitfeldt/miscpalettes - 0.0.0.9000 -
musculusColors dawnbarlow/musculusColors - 0.1.0 -
nationalparkcolors katiejolly/nationalparkcolors - 0.1.0 -
NatParksPalettes kevinsblake/NatParksPalettes - 0.2.0 0.2.0
nbapalettes murrayjw/nbapalettes - 0.1.0.9000 0.1.0
NineteenEightyR m-clark/NineteenEightyR - 0.1.0 -
nord jkaupp/nord - 1.0.0 1.0.0
ochRe hollylkirk/ochRe - 1.0.0 -
oompaBase - 3.2.9
palettesForR frareb/palettesForR - 0.1.2 0.1.2
palettetown timcdlucas/palettetown - 0.1.1.90000 0.1.1
palr AustralianAntarcticDivision/palr - 0.3.0 0.3.0
pals kwstat/pals - 1.7 1.7
peRReo jbgb13/peRReo - 0.1.0 -
PNWColors jakelawlor/PNWColors - 0.1.0 -
Polychrome - 1.5.1
popthemes johnmackintosh/popthemes - 0.0.0.9000 -
rcartocolor Nowosad/rcartocolor - 2.1.0 2.1.0
RColorBrewer - 1.1-3
Redmonder - 0.2.0
rockthemes johnmackintosh/rockthemes - 0.0.0.9000 -
RSkittleBrewer alyssafrazee/RSkittleBrewer - 1.1 -
rtist tomasokal/rtist - 1.0.0 1.0.0
scico thomasp85/scico - 1.3.1.9000 1.3.1
severance ivelasq/severance - 0.0.0.9000 -
soilpalettes kaizadp/soilpalettes - 0.1.0 -
suffrager alburezg/suffrager - 0.1.0 -
tayloRswift asteves/tayloRswift - 0.1.0 -
tidyquant business-science/tidyquant - 1.0.5.9000 1.0.5
trekcolors leonawicz/trekcolors - 0.1.3 0.1.3
tvthemes Ryo-N7/tvthemes - 1.3.1 1.3.1
unikn hneth/unikn - 0.6.0.9006 0.6.0
vapeplot seasmith/vapeplot - 0.1.0 -
vapoRwave moldach/vapoRwave - 0.0.0.9000 -
viridis sjmgarnier/viridis - 0.6.2 0.6.2
visibly m-clark/visibly - 0.2.9 -
werpals sciencificity/werpals - 0.1.0 -
wesanderson karthik/wesanderson - 0.3.6.9000 0.3.6
yarrr ndphillips/yarrr - 0.1.6 NA

More Repositories

1

r-color-palettes

Comprehensive list of color palettes available in R β€οΈπŸ§‘πŸ’›πŸ’šπŸ’™πŸ’œ
R
1,264
star
2

ggpage

Creates Page Layout Visualizations in R πŸ“„πŸ“„πŸ“„
R
326
star
3

smltar

Manuscript of the book "Supervised Machine Learning for Text Analysis in R" by Emil Hvitfeldt and Julia Silge
TeX
227
star
4

RStudioConf2020Slides

Links to slides for rstudio::conf 2020
179
star
5

ISLR-tidymodels-labs

R
149
star
6

R-text-data

List of textual data sources to be used for text mining in R
139
star
7

prismatic

color manipulation R package Simply and Tidy
R
127
star
8

textdata

Download, parse, store, and load text datasets instead of storing it in packages
R
69
star
9

useR2020-text-modeling-tutorial

CSS
56
star
10

friends

The Entire Transcript from Friends in Tidy Format
R
50
star
11

quarto-roughnotation

An extension that uses the roughnotation javascript library to add animated annotations to revealjs documents.
JavaScript
43
star
12

gganonymize

Anonymize the labels and text in a ggplot2
R
42
star
13

quarto-nes-theme

A Quarto reveal.js theme based on NES.css
SCSS
33
star
14

quarto-revealjs-letterbox

A Quarto reveal.js theme based on xaringan letterbox
HTML
30
star
15

quickpalette

πŸƒβ€β™€οΈπŸŽ¨ R package for quick extraction of color palettes from text and images
R
25
star
16

ggshapes

Adding various geometrical shapes to ggplot2
R
25
star
17

emoji

Data About Emojis
R
24
star
18

bookdown-github-actions-netlify

Example of using Github Actions to deploy bookdown on Netlify
R
21
star
19

unitscales

Adding additional ggplot2 scales that adds units
R
20
star
20

quarto-iframe-examples

JavaScript
18
star
21

quarto-designmode

Quarto Extension to enable DesignMode
JavaScript
18
star
22

walmartAPI

Walmart Open API Wrapper
R
17
star
23

xaringancolor

Uniform Colors in Xaringan Presentations
R
17
star
24

xaringan-gallery

xaringan gallery, a growing collection of examples and custom themes
HTML
17
star
25

talk-nyr-slidecraft

HTML
15
star
26

horus

Visual tools to help machine learning model selection
R
14
star
27

scotus

Collection of Supreme Court of the United States' Opinions.
R
12
star
28

elevators

Data Package Containing Information About Elevators in NYC
R
12
star
29

quarto-snow

Quarto Extension to add snow
JavaScript
10
star
30

emilhvitfeldt

10
star
31

hcandersenr

An R Package for H.C. Andersens fairy tales
R
9
star
32

wordsalad

Provide Tools to Extract and Analyze Word Vectors
R
8
star
33

ferriswheels

Harmless data set about ferris wheels
R
8
star
34

quarto-revealjs-seasons

quarto revealjs seasons theme template
SCSS
8
star
35

quarto-revealjs-earth

Watercolor earth Quarto reveal.js theme
SCSS
8
star
36

quarto-revealjs-cinco-de-mayo

Cinco de Mayo Quarto reveal.js theme
JavaScript
8
star
37

quarto-revealjs-inverse

quarto revealjs inverse theme template
SCSS
7
star
38

tidygutenbergr

cleaned gutenbergr text
R
7
star
39

tilemapr

R functions for square and hextile maps
R
7
star
40

workshop-useR2022-tidymodels

R
7
star
41

palette2vec

Technique to Embed Color Palettes to Multidimensional Space
R
6
star
42

fontscales

Use Iconographic Fonts in 'ggplot2'
R
6
star
43

offensiveR

R package that checks for offensive words in texts and documents
R
5
star
44

talk-rstudioconf2022-tidyclust

JavaScript
5
star
45

talk-useR2022-textrecipes

HTML
5
star
46

genderify

HTML
5
star
47

rstats-adventofcode

R
5
star
48

pptxtemplates

Provide themed powerpoint presentation templates to rmarkdown
R
5
star
49

index-challenge

R
5
star
50

emiladdins

Moar Addins for RStudio
R
5
star
51

talk-purrr-ocrug-2023

HTML
4
star
52

quarto-revealjs-highlightword

quarto Revealjs pluging for styled codechunks
JavaScript
4
star
53

aocfuns

Advent Of Code helper functions
R
4
star
54

extrasteps

More Steps for the 'recipes' Package
R
4
star
55

ggrandom

Introduce Absolute Chaos to 'ggplot2'
R
4
star
56

dplyr-slides

JavaScript
4
star
57

working-with-docker

🐳 Worked minimal examples of workflows with Docker and R
Dockerfile
4
star
58

percentify

Splitting a dataset according to percentile ranges to be used with tidy verbs
R
4
star
59

github-issue-table

HTML
3
star
60

fastTextR

An Interface to the 'fastText' Library
C++
3
star
61

quarto-syntax-theme-editor

Low-tech quarto syntax highlighting theme editor
R
3
star
62

tidytuesday

#TidyTuesday Gallery
3
star
63

quarto-revealjs-codewindow

quarto Revealjs pluging for styled codechunks
CSS
3
star
64

miscpalettes

R package with miscellaneous color palettes
R
3
star
65

textmodels4pharma

SCSS
3
star
66

AU-2021spring-627

HTML
3
star
67

refactoring-r

Refactoring in R
R
3
star
68

workshop-ocrug-hackathon-nlp

HTML
3
star
69

AU-2021fall-627

HTML
3
star
70

emilverse

Easily Install and Load Select Packages
R
2
star
71

Tree-GenViz

R
2
star
72

quarto-revealjs-merry

JavaScript
2
star
73

color-resources

A curated list of resources related to the use of colors
2
star
74

workshops

2
star
75

talks

My collection of talks
HTML
2
star
76

rstudioconf-agenda

HTML
2
star
77

emilfun

Personal R Package
R
2
star
78

recap

R
2
star
79

ggshuffle

Tool to determine if the plotting order impacts the resulting ggplot2
R
2
star
80

quarto-revealjs-template

Personal Quarto Revealjs Template
SCSS
2
star
81

talk-AstraZeneca-recipes

HTML
2
star
82

courses

2
star
83

ggtetris

Create Tetris Chart Visualizations in R
R
1
star
84

animals

Dataset with Descriptions of Animals
R
1
star
85

AU-2021spring-615

HTML
1
star
86

Polygon-splitting-genViz

R
1
star
87

githublink

What the Package Does (One Line, Title Case)
R
1
star
88

tripleblind

R
1
star
89

palmtrees

Data About All Species of Palm Trees
R
1
star
90

callcheckreprex

What the Package Does (One Line, Title Case)
R
1
star
91

foo

1
star
92

virtual-art-gallery-backup

HTML
1
star
93

talk-positconf2023-101-slides

HTML
1
star
94

custom-font

emilhvitfeldt.github.io/custom-font
JavaScript
1
star
95

hex-stickers

My personal hex sticker
R
1
star
96

paletteerbot

R
1
star
97

sherlock

Sherlock Holmes text as Data
R
1
star
98

workshop-nhs-tidymodels

JavaScript
1
star