theme_blog: ggplot2 themes

Description Usage Arguments Details Examples

View source: R/blog_tools.R

Description

ggplot2 themes

Usage

1

Arguments

...

passed to ggplot2 theme()

Details

Themes all tweak existing themes but accept any ggplot2 theme arguments to overwrite settings

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library(ggplot2)

ggplot(mtcars, aes(wt, mpg)) +
    geom_point() +
    labs(title = "My Plot") +
    theme_blog(text = element_text(size = 20))

## End(Not run)

mark-druffel/markUtils documentation built on Feb. 2, 2021, 11:51 a.m.