theme_pL: Paegel lab theme for ggplot2 graphics.

Description Usage Value Examples

View source: R/theme_pL.R

Description

Formats ggplot2 graphics in a consistent style for use in notebooks and publications.

Usage

1

Value

formatted plot

Examples

1
2
3
x = 0:100
y = sin(x)
ggplot() + aes(x, y) + geom_line() + theme_pL()

vcavett/pLtemplate documentation built on Feb. 6, 2022, 2:53 a.m.