theme_CREG: Apply custom CREG theme to ggplot visuals

Description Usage Examples

View source: R/theme.R

Description

This function applies a custom theme, based on the CREG Style Guide, for the lay-out and colors of ggplot visuals. The colors are based on the CREG pallete, defined in the colours_CREG() function.

Usage

1

Examples

1
2
3
ggplot(data = mpg) +
geom_point(mapping = aes(x = displ, y = hwy)) +
theme_CREG()

nicoschoutteet/CREGR documentation built on Feb. 14, 2022, 12:53 a.m.