theme_emu: Theme for EMU graphs

theme_emuR Documentation

Theme for EMU graphs

Description

This function gives a nice looking theme for ggplot graphs.

Usage

theme_emu(
  base_size = 11,
  base_family = NULL,
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

Arguments

base_size

Size for letters.

base_family

Font used for the elements on the plot, different from those inserted with geom_text.

base_line_size

Line size

base_rect_size

Base rect size

Value

A theme for ggplot graphics.

Examples

theme(base_size = 30, base_family = "Gotham Rounded Book")

samesag/emu documentation built on Aug. 22, 2023, 3:19 p.m.