ccmh_theme: CCMH Plot Theme and Attribution Caption

View source: R/plot_theme.R

ccmh_themeR Documentation

CCMH Plot Theme and Attribution Caption

Description

ccmh_theme Sets the font to Avenir and adds space between the axis titles and the plot.
ccmh_caption adds at attribution caption to the plot ("Source: The Center for Collegiate Mental Health")

Usage

ccmh_theme(
  plot_title = 20,
  axis_title = 16,
  axis_text = 14,
  caption_text = 12,
  strip_text = 14,
  text_font = "Avenir"
)

ccmh_caption()

Arguments

plot_title

The font size of the plot title

axis_title

The font size of the axis title

axis_text

The font size of the axis labels

caption_text

The font size for the caption

text_font

The font type of the text. By default, Avenir.


jpetrovich02/CCMHr documentation built on Jan. 25, 2024, 11:57 p.m.