Colortools

R package colortools

View the Project on GitHub gastonstat/colortools

R package colortools

colortools is an R package designed to help users generate color schemes and color palettes. It provides a number of handy functions that will allow to select and play with colors in an HSV (hue, saturation, value) color model.

Installation

To install the stable version from CRAN, simply run in your R console:

# install colortools
install.packages("colortools")

#  load colortools
library(colortools)

Usage example

A simple toy example

# color wheel for "tomato"
wheel("tomato")