theme_sigmaplot: Sigmaplot styled theme for Ggplot2

Description Usage Arguments Value Examples

View source: R/theme_sigmaplot.R

Description

Sigmaplot styled theme for Ggplot2

Usage

1
theme_sigmaplot(base_size = 16)

Arguments

base_size

changes the base font size of text

Value

a sigmaplot styled ggplot2 object

Examples

1
2
plot <- ggplot(mpg, aes(displ, hwy)) + geom_point()
plot + theme_sigmaplot()

garen-anderson/sciplots documentation built on Dec. 20, 2021, 9:48 a.m.