theme_test: Test ggplot theme

Description Usage Arguments References See Also Examples

View source: R/gg-theme-test.R

Description

[ggplot2] plot theme based on...

Usage

1
theme_test(base_theme = ggplot::theme_minimal())

Arguments

base_theme

A base theme upon which additional theme-specific options are applied

References

https://github.com/gadenbuie/ggpomological/blob/master/R/theme_pomological.R

See Also

[ggplot2::theme]

Examples

1
2
3
4
5
6
## Not run: 
library(ggplot2)
data <- data.frame(x = 1:10, y = 1:10)
ggplot(data, aes(x, y)) + geom_point() + theme_test()

## End(Not run)

emilyriederer/Rtistic documentation built on Feb. 3, 2020, 6:10 p.m.