theme_fortou: theme_fortou

Description Usage Examples

View source: R/theme_fortou.R

Description

Minimal ggplot2 theme

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
library(ggplot)

ggplot(mtcars, aes(wt, mpg)) +
    geom_point() +
    labs(title = "A title", subtitle = "A subtitle", x = "Weight", y = "MPG") +
    theme_fortou()

set_theme(theme_fortou())


## End(Not run)

josefortou/fortour documentation built on Aug. 6, 2020, 8:13 p.m.