ggplot2_themes: 'ggplot2' themes

ggplot2_themesR Documentation

ggplot2 themes

Description

theme_bw is a simple black-and white theme for interactive plotting. theme_pub is a theme for producing publication-ready plots, with appropriate font and line sizing.

Usage

theme_bwmin

theme_pub

Format

An object of class theme (inherits from gg) of length 62.

Value

None

Examples

library(ggplot2)
theme_set(theme_bwmin)
ggplot() + theme_pub


kpjonsson/kpjmisc documentation built on Jan. 14, 2024, 2:38 a.m.