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

View source: R/graph_theme.R

scale_fill_crimR Documentation

A set of colorblind friendly fill colors for graphs.

Description

A set of colorblind friendly fill colors for graphs.

Usage

scale_fill_crim(...)

Arguments

...

Arguments passed to discrete_scale()

Value

The ggplot graph with fills set.

Examples

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

jacobkap/crime documentation built on Jan. 10, 2023, 8:19 a.m.