theme_2036: Texas 2036 ggplot2 Themes

Description Usage Arguments Value Examples

View source: R/themes.R

Description

Minimalistic ggplot themes for use on AVALANCHE reports.

Usage

1
2
3
4
5
6
7
8
theme_2036(
  base_size = 14,
  base_family = "Montserrat",
  title_size = 23,
  subtitle_size = 12,
  caption_size = 10,
  ...
)

Arguments

base_size

the base font size of text

base_family

the font family

title_size

the size of your title font

subtitle_size

the size your subtitle font

caption_size

the size your caption font

...

Additional arguments passed to [ggplot2::theme_minimal()]

Value

a ggplot theme

Examples

1
2
ggplot2::qplot(iris$Sepal.length) +
theme_2036(base_size=14,title_size=23, subtitle_size=12)

texas-2036/texas2036 documentation built on Sept. 6, 2020, 10:47 a.m.