theme_sleek: Set your figure theme consistently

Description Usage Arguments Examples

View source: R/theme_sleek.R

Description

Set your figure theme consistently

Usage

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

Arguments

base_family

Examples

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

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

theme_sleek(base_family = "")

Updating font size is accomplished by changing the base_size.

theme_sleek(base_size = 20, base_family = "")

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