standard_theme: standard_theme

Description Usage Arguments Details Value Author(s) Examples

Description

A simple ggplot theme

Usage

1
standard_theme(font_size = 12)

Arguments

font_size

Font size to use throughout

Details

A simple ggplot theme with uniform font sizes and no extra gridlines.

Value

A ggplot object

Author(s)

Joel H Nitta, joelnitta@gmail.com

Examples

1
2
3
4
5
library(ggplot2)
p1 <- ggplot(iris, aes(Sepal.Length, Petal.Length)) +
  geom_point(aes(color = Species))
p1
p1 + standard_theme()

joelnitta/jntools documentation built on Jan. 17, 2022, 3:05 p.m.