cfcolors: Colors copied and adapted from dMod

cfcolorsR Documentation

Colors copied and adapted from dMod

Description

Colors copied and adapted from dMod

Usage

cfcolors

Format

An object of class character of length 136.

Examples

ggplot(data.frame(x = 1:42,color = factor(cfcolors[1:42], unique(cfcolors[1:42])))) + 
  geom_tile(aes(x=x, y = 1, fill = color)) + 
  scale_color_manual(values= setNames(nm = cfcolors),
  aesthetics = c("color", "fill"))

dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.