simplegg: Template for ggplot2

View source: R/simplegg.r

simpleggR Documentation

Template for ggplot2

Description

Template for ggplot2

Usage

simplegg(
  title_size = 13,
  axis_title_size = 13,
  axis_text_size = 12,
  legend_title_size = 12,
  legend_text_size = 12,
  caption_size = 11,
  legend_key_size = 1,
  font_family = NULL,
  flip = FALSE
)

Arguments

title_size

numeric. Specify font size of plot title.

axis_title_size

numeric. Specify font size of axis title.

axis_text_size

numeric. Specify font size of axis texts.

legend_title_size

numeric. Specify font size of legend title.

legend_text_size

numeric. Specify font size of legend texts.

caption_size

numeric. Specify font size of caption.

legend_key_size

numeric. Specify key size of legends

font_family

character. Specify font family. Default is NULL.

flip

logical. Specify whether to swap the x-axis and y-axis.


KatoPachi/RCTtoolbox documentation built on April 20, 2022, 8:17 a.m.