my_ggtheme_p: My personal plot theme

View source: R/my_ggtheme_p.R

my_ggtheme_pR Documentation

My personal plot theme

Description

This function creates my own ggplot theme to standarize multiple plots in one document

Usage

my_ggtheme_p(
  ax_tx_s = 9,
  axx_tx_ang = 0,
  axy_tx_ang = 0,
  ax_tl_s = 10,
  leg_pos = "top",
  leg_aline = 0.5,
  leg_tl_s = 10,
  leg_tx_s = 9,
  x_hjust = 0,
  x_vjust = 0,
  y_hjust = 0,
  y_vjust = 0,
  facet_tx_s = 12
)

Value

a ggplot theme


jepa/MyFunctions documentation built on June 14, 2025, 1:12 p.m.