scale_colour_ggthemr_d: ggthemr colour scale

View source: R/scale_colour_ggthemr_d.R

scale_colour_ggthemr_dR Documentation

ggthemr colour scale

Description

A utility function for applying the currently selected ggthemr palette to a ggplot object

Usage

scale_colour_ggthemr_d(...)

Arguments

...

optional parameters to be passed through to discrete_scale

Examples

ggplot(mtcars, aes(mpg, disp, colour = factor(am))) + geom_point() + scale_colour_ggthemr_d()


cttobin/ggthemr documentation built on April 19, 2022, 3:31 a.m.