theme_gmri: GMRI ggplot2 theme for blog-style plots

View source: R/ggthemes.R

theme_gmriR Documentation

GMRI ggplot2 theme for blog-style plots

Description

GMRI ggplot2 theme for blog-style plots

Usage

theme_gmri(
  base_size = 10,
  base_family = "sans",
  title_family = "sans",
  facet_color = "blue economy teal",
  ...
)

Arguments

base_size

Base text size (font numbers)

base_family

Base Text font family

title_family

Title font family

facet_color

Color label passed to gmRi::gmri_cols() to pick a color for facet tabs

...

Additional arguments to pass on the fly using ggplot2::theme()

Value

Returns ggplot theme

Examples

ggplot2::ggplot(mtcars) + theme_gmri()

gulfofmaine/gmRi documentation built on Jan. 26, 2025, 5:12 a.m.