Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 799 Bytes

File metadata and controls

42 lines (27 loc) · 799 Bytes

paletero

The goal of paletero is to …

Installation

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

install.packages("paletero")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("datasketch/paletero")

Example

This is a basic example which shows you how to solve a common problem:

# library(paletero)
## basic example code

TODO’s

  • Generate palette from a single color, or set of colors
  • Contrast tool
  • Generate palette from image
  • Evaluate palette performance for light and dark backgrounds