jak_theme: JAK ggplot theme

View source: R/jak_theme.R

jak_themeR Documentation

JAK ggplot theme

Description

Modify theme of ggplots

Usage

jak_theme(
  t = "light",
  base_size = 10,
  plot_title_size = 12,
  axis_title_size = 11,
  base_color = "gray30",
  plot_title_color = "gray30",
  axis_title_color = "gray30",
  bg_color = "transparent",
  grid_color = "gray80",
  strip_size = 10,
  strip_color = "transparent",
  strip_line = 0,
  legend_size = 10,
  legend_position = "bottom",
  base_family = ""
)

Arguments

t

Themes

base_size

Font size for most things

base_color

Color for most text and lines

bg_color

background color

grid_color

Color for grid lines

strip_size

Font size for facet strip titles

legend_size

Font size for legend

base_family

Font family


jeffkimbrel/jakR documentation built on April 6, 2024, 8:48 p.m.