scale_fill_crim {crimeutils} | R Documentation |
A set of colorblind friendly fill colors for graphs.
scale_fill_crim(...)
... |
Arguments passed to discrete_scale() |
The ggplot graph with fills set.
ggplot2::ggplot(mtcars, ggplot2::aes(x = cyl, fill = as.character(cyl))) +
ggplot2::geom_bar() +
scale_fill_crim()