clr2: two colors

clr2R Documentation

two colors

Description

clr2 is a combination of two colors I like.

Usage

clr2

Format

An object of class character of length 2.

Details

A vector containg blue and orange.

Examples

ggplot(tibble( x = 1:2))+
  coord_equal()+
  geom_tile(aes(x = x, y = 1, fill = factor(x)))+
  scale_fill_manual(values = clr2)+
  theme_void()+
  theme(legend.position = 'none')


k-hench/hypoimg documentation built on June 2, 2022, 1:49 a.m.