theme_om: A ggplot2 theme

Description Usage Arguments

View source: R/ggtheme.R

Description

This function can be added to a ggplot2 call and creates the official OpenMind ggplot theme

Usage

1
2
3
4
5
6
7
8
9
theme_om(
  legend_position = c(0.55, 0.93),
  axis_text_size = 20,
  axis_title_size = 20,
  legend_text_size = 24,
  title_size = 26,
  overall_text_size = 24,
  ...
)

Arguments

legend_position

Specify Legend position c(x, y)

axis.text

Specify Axis Text size

axis.title

Specify Title Text size

legend.text.size

Specify Legend Text size

title.size

Specify Title Text size


openmindplatform/openmindR documentation built on Nov. 13, 2021, 2:13 p.m.