theme_report: Set figure theme for reports

Description Usage Arguments Examples

View source: R/theme_report.R

Description

Set figure theme for reports

Usage

1
theme_report(base_size = 11, base_family = "Times")

Arguments

base_family

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
theme_report(base_size = 11, base_family = "Times")

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

theme_report(base_family = "")

Updating font size is accomplished by changing the base_size.

theme_report(base_size = 20, base_family = "")

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