simplegg: Template for ggplot2

Description Usage Arguments

View source: R/simplegg.r

Description

Template for ggplot2

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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/discreteRD documentation built on Feb. 24, 2022, 12:32 a.m.