theme_ggvenn: theme_ggvenn

View source: R/ggmitji_themes.R

theme_ggvennR Documentation

theme_ggvenn

Description

Custom theme for ggplot2 that allows to customize several things from a plot. It's specially designed for plots generated by ggvenn::ggvenn() It uses ggplot2::theme()

Usage

theme_ggvenn(
  title.hjust = 0.5,
  title.face = "plain",
  subtitle.face = "italic",
  title.family = "sans",
  subtitle.family = "sans",
  caption.face = "plain",
  caption.hjust = 1,
  caption.family = "sans"
)

Author(s)

amitjavilaventura

See Also

ggplot2::theme()

ggvenn::ggvenn()


amitjavilaventura/ggmitji documentation built on March 27, 2024, 12:06 p.m.