ggtheme: Custom ggplot themes

ggthemeR Documentation

Custom ggplot themes

Description

Custom ggplot themes.

Usage

theme_elesic(
  base_size = 11,
  base_family = "",
  base_line_size = 0.25,
  base_rect_size = base_size/22,
  base_axis_color = "black",
  legend_position = "none"
)

theme_blank_y(
  base_size = 11,
  base_family = "",
  base_line_size = 0.25,
  base_rect_size = base_size/22,
  base_axis_color = "black",
  legend_position = "none"
)

Arguments

base_size

Base font size, given in pts.

base_family

Base font family.

base_line_size

Base size for line elements.

base_rect_size

Base size for rect elements.

base_axis_color

Base color for axis elements. Applies to axis.line, axis.ticks and axis.text.

legend_position

Set the legend position. See ggplot2::theme() for details. Set to "none" to hide the legend.


arnaudgallou/toolkit documentation built on Nov. 25, 2022, 5:42 p.m.