README.md

catecolors

Color tables gleaned from various sources that are suitable for displaying categorical (qualitative) colors.

Color tables included

References:

Glasbey (GLASBEYLUT)

image

Watlington (WADLUT)

image

Kelly (KELLYLUT)

image

Boynton (BOYNTONLUT)

image

Installation

It's fairly easy to install using Hadley Wickham's devtools.

library(devtools)
install_github('btupper/catecolors')

Usage

library(catecolors)
plot(1:10, pch = 19, col = glasbey(11:20), cex = 3)
show_glasbey()


btupper/catecolors documentation built on Sept. 22, 2023, 12:40 p.m.