theme_custom: Apply custom ggplot2 theme

theme_customR Documentation

Apply custom ggplot2 theme

Description

Function containing a custom ggplot2 theme, modified from theme_bw().

Usage

theme_custom(
  base_size = 12,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22
)

Arguments

base_size

base font size

base_family

base font family

base_line_size

base line size

base_rect_size

base rectangle size


leonidliu/liutils documentation built on Aug. 3, 2024, 4:57 p.m.