scale_colour_bickel: Define set of mappings from levels in the data aesthetic...

View source: R/scale_colour_bickel.R

scale_colour_bickelR Documentation

Define set of mappings from levels in the data aesthetic based on the bickel palette

Description

Define set of mappings from levels in the data aesthetic based on the bickel palette

Usage

scale_colour_bickel(palette = "main", discrete = TRUE, reverse = FALSE, ...)

Examples

p <- ggplot(mtcars, aes(mpg, wt)) +
geom_point(aes(colour = factor(cyl)))

p + scale_colour_bickel(palette = 'cool')


ehbick01/bickeltheme documentation built on April 25, 2022, 9:22 a.m.