bcg_theme_modern: Create a ggplot2 theme in the style of modern, new school BCG...

Description Usage Arguments

View source: R/bcg_theme_modern.R

Description

Create a ggplot2 theme in the style of modern, new school BCG charts

Usage

1
2
3
4
5
6
7
bcg_theme_modern(
  base_size = 16,
  background = "white",
  legend = "bottom",
  y_axis = FALSE,
  flipped = FALSE
)

Arguments

base_size

Size for text elements. Defaults to 18

background

"white" by default.

legend

"bottom" by default.

y_axis

FALSE by default. Set TRUE to add a y axis

flipped

FALSE by default.

base_family

Font family for text elements. Defaults to "sans", indistinguishable from Arial.


Tony-Chen-Melbourne/bcggtheme documentation built on Oct. 23, 2020, 4:57 p.m.