Theme function to be passed as an argument during ggplot2 charting.

theme_tgam(
  size = 12,
  family = "GMsanC-Regular",
  title = "GMsanC-Bold",
  position = "center"
)

Arguments

size

Base font size

family

Font family

title

Font to use for title text

position

How should headings be positioned? Options are 'center' or 'left'. (Default: 'center',)

Value

A ggplot2 theme object, to be passed to a ggplot2 object