HH (version 3.1-30)

Discrete4: Discrete with four levels color dataset.

Description

Discrete with four levels color dataset. These colors look like four distinct colors when run through the vischeck simulator to see how they look for the three most common color vision deficiencies: Deuteranope, Protanope, Tritanope.

Usage

data("Discrete4")

Arguments

format

The format is: chr [1:4] "#E31A1C" "#1F78B4" "#FB9A99" "#A6CEE3"

Details

4x1 color scheme

Examples

Run this code
data(Discrete4)
library(RColorBrewer)
library(grid)
library(lattice)
Discrete4 <- brewer.pal(n=12, "Paired")[c(6,2,5,1)]
Discrete4
save(Discrete4, file="Discrete4.rda")
##
grid.newpage()
draw.key(list(text=list(c("Discrete4")),
              rectangles=list(col=Discrete4,
                              cex=1.5, size=8, height=.7, border=FALSE),
              columns=4,
              between=1,
              padding.text=8),
         draw=TRUE)

Run the code above in your browser using DataCamp Workspace