Skip to content

nfultz/cns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cns: Color Naming System

The Color Naming System was an early grammar of color.

In it, colors are created using adjectives and base hues (like "dark blue"), so you won’t ever have to wonder if "steelblue" is darker than "dodgerblue".

Installation

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

install.packages("cns")

And the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("nfultz/cns")

Example

library(cns)

barplot(1:3, col=cns('light red', 'red', 'dark purplish red'))

About

Color Naming System for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages