set_theme: Set global plot theme options

View source: R/theme-wjake.R

set_themeR Documentation

Set global plot theme options

Description

Set global plot theme options

Usage

set_theme(
  base_family = "Source Sans Pro",
  v_option = c("viridis", "magma", "inferno", "plasma", "cividis", "A", "B", "C", "D",
    "E"),
  d_scale = c("okabeito", "wjake"),
  ...
)

Arguments

base_family

Base font family.

v_option

Viridis scale for continuous variables. See ggplot2::scale_colour_viridis_c.

d_scale

Discrete color scale to use.

...

Additional parameters passed to theme_wjake().


wjakethompson/wjake documentation built on June 29, 2024, 7:47 a.m.