readme.md

chroma

An R package for creating consistent color palettes using the HCL color space

Overview

The chroma package provides tools that make it easier to create color palettes for R graphics using the Hue-Chroma-Luminance (HCL) color space. The HCL color space is derived from the CIE-LUV color space by applying a polar coordinate transformation (see here and here for details).

The chroma package has three functions to create color palettes:

Installation

The chroma package is not on CRAN, but can be installed from R using:

install.packages("devtools")
library(devtools)
install_github(repo = "michaelmalick/r-chroma")
library(chroma)

License

MIT



michaelmalick/r-chroma documentation built on May 22, 2019, 9:51 p.m.