my_company_cols: Made up character vector of company colours

Description Usage Format Examples

Description

Made up character vector of company colours

Usage

1

Format

An object of class character of length 3.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
viz_pallette(my_company_cols)
my_company_hex <- get_hex(my_company_cols)

ggplot(mtcars %>% dplyr::mutate(cyl = as.character(cyl)), aes(cyl)) +
  geom_bar(aes(fill = cyl)) +
  scale_fill_manual(values = my_company_hex(red, yellow, blue))

my_comp_pal        <- get_pal(my_company_cols)
my_comp_scale_col  <- get_scale_color(my_company_cols)
my_comp_scale_fill <- get_scale_fill(my_company_cols)

EdwinTh/paletti documentation built on May 13, 2019, 10:59 p.m.