theme_mh_minimal: Custom ggplot2 theme PK style

View source: R/theme_mh_minimal.r

theme_mh_minimalR Documentation

Custom ggplot2 theme PK style

Description

Custom ggplot2 theme PK style

Usage

theme_mh_minimal(
  base_size = 10,
  base_family = "",
  base_line_size = base_size/22,
  base_rect_size = base_size/22,
  alwd = 0.75,
  grid = F,
  yrot = F,
  strip = "dark"
)

Arguments

base_size

base point size

base_family

base font family (best to use showtext package and Segoe UI fonts)

base_line_size

base line size

base_rect_size

base rect size

alwd

line width used for axes, ticks and panel border

grid

draw no (0), only major ((1)) or major and minor grid lines (2)

yrot

rotate y axis tick labelsl 90 degrees (boolean)

strip

Use dark blue facet strip with white text ("dark") or white strip with blue text ("light")

Value

ggplot2 theme opbject


kraaijenbrink/pkrf documentation built on July 4, 2023, 10:16 p.m.