theme_familiar: Familiar ggplot2 theme

View source: R/PlotUtilities.R

theme_familiarR Documentation

Familiar ggplot2 theme

Description

This is the default theme used for plots created by familiar. The theme uses ggplot2::theme_light as the base template.

Usage

theme_familiar(
  base_size = 10,
  base_family = "",
  base_line_size = 0.5,
  base_rect_size = 0.5
)

Arguments

base_size

Base font size in points. Size of other plot text elements is based off this.

base_family

Font family used for text elements.

base_line_size

Base size for line elements, in points.

base_rect_size

Base size for rectangular elements, in points.

Value

A complete plotting theme.


familiar documentation built on Sept. 30, 2024, 9:18 a.m.