theme_ifs: Add the IFS graph theme

Description Usage Arguments Examples

View source: R/ggIFS.R

Description

theme_ifs adds the standard IFS graph theme, (but not the IFS colour scheme) to a ggplot graph. theme_ifs can be overwritten by personal theme preferences below the theme_ifs call.

Usage

1
theme_ifs(base_size = 10, ...)

Arguments

base_size

Base font size, given in pts.

Examples

1
2
ggplot(mtcars, aes(x = disp, y = mpg)) +
theme_ifs()

vedanthnair/ggIFS documentation built on Jan. 14, 2022, 7:39 p.m.