crimeutils (version 0.5.1)

scale_fill_crim: A set of colorblind friendly fill colors for graphs.

Description

A set of colorblind friendly fill colors for graphs.

Usage

scale_fill_crim(...)

Value

The ggplot graph with fills set.

Arguments

...

Arguments passed to discrete_scale()

Examples

Run this code
ggplot2::ggplot(mtcars, ggplot2::aes(x = cyl, fill = as.character(cyl))) +
 ggplot2::geom_bar() +
  scale_fill_crim()

Run the code above in your browser using DataLab