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

View source: R/scale_colour_papa.R

scale_colour_papaR Documentation

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

Description

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

Usage

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

Examples

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

p + scale_colour_papa(palette = 'cool')


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