custom_theme: Custom 'ggplot2' theme settings

Description Usage Value Examples

View source: R/custom_theme.R

Description

Custom ggplot2 theme settings

Usage

1

Value

A ggplot2 theme object

Examples

1
2
3
ggplot(data = mtcars) +
geom_point(aes(x = mpg, y = cyl)) +
custom_theme()

andremenegatti/cagedExplorer documentation built on July 1, 2020, 1:25 a.m.