cfcolors2: Colors copied and adapted from dMod

cfcolors2R Documentation

Colors copied and adapted from dMod

Description

Colors copied and adapted from dMod

Usage

cfcolors2

Format

An object of class character of length 35.

Examples

ggplot(data.frame(x = 1:30,color = factor(cfcolors[1:30], unique(cfcolors[1:30])))) + 
  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.