Learn R Programming

⚠️There's a newer version (1.16.0) of this package.Take me there.

khroma

Overview

khroma is a utility package: it provides usefull colour schemes for archaeological data visualization. khroma provides Paul Tol's colour schemes and several thematic palettes (geologic timescale, FAO Soil Reference Groups, etc.) with scales for ggplot2.

Installation

Install the released version of khroma from CRAN:

install.packages("khroma")

Or install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("nfrerebeau/khroma")

Usage

Paul Tol's Colour Schemes

Paul Tol offers carefully chosen schemes, ready for each type of data, with colours that are:

  • distinct for all people, including colour-blind readers;
  • distinct from black and white;
  • distinct on screen and paper;
  • matching well together.

All the scales presented in his 2018 technical note [1] are implemented here, for use with graphics or ggplot2.

Qualitative data

Diverging data

Sequential data

Scientific colour schemes

The following scientific colour schemes are available:

  • International Chronostratigraphic Chart
  • FAO Soil Reference Groups

More will be added in future releases (suggestions are welcome).

[1] Tol, Paul (2018). Colour Schemes. SRON. Technical Note No. SRON/EPS/TN/09-002. URL: https://personal.sron.nl/~pault/data/colourschemes.pdf.

Copy Link

Version

Install

install.packages('khroma')

Monthly Downloads

1,332

Version

1.1.1

License

GPL-3

Maintainer

Nicolas Frerebeau

Last Published

April 10th, 2019

Functions in khroma (1.1.1)

scale_colour_tol

Paul Tol's Colour Schemes for ggplot2
scale_tol_discrete

Paul Tol's discrete colour schemes for ggplot2
colour

Colour palette
khroma-package

khroma: Colour Schemes for Archaeological Data Visualization
scale_tol_diverging

Paul Tol's diverging colour schemes for ggplot2
scale_tol_sequential

Paul Tol's sequential colour schemes for ggplot2
scale_colour_soil

FAO Soil Reference Groups Colour Scheme for ggplot2
scale_colour_stratigraphy

Geologic Timescale Colour Scheme for ggplot2