theme_present: Set figure theme for presentations

Description Usage Arguments Examples

View source: R/theme_present.R

Description

Set figure theme for presentations

Usage

1
theme_present(base_size = 18, base_family = "sans")

Arguments

base_family

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
theme_present(base_size = 18, base_family = "sans")

Other fonts are available, though sans font is
the easiest to implement using the following.

theme_present(base_family = "")

Updating font size is accomplished by changing the base_size.

theme_present(base_size = 16)

ben-williams/funcr documentation built on Nov. 19, 2020, 8:06 a.m.