theme_onsv: Apply ONSV theme to ggplot object

View source: R/theme_onsv.R

theme_onsvR Documentation

Apply ONSV theme to ggplot object

Description

theme_onsv() is used to apply the ONSV theme to a ggplot graphics.

Usage

theme_onsv(basesize = 10)

Arguments

basesize

A number to define font base size

Value

A custom theme() object.

Examples

library(ggplot2)

ggplot(data = iris, aes(x = Sepal.Width, y = Sepal.Length)) +
  geom_point() +
  theme_onsv()

onsvplot documentation built on Sept. 8, 2023, 6:11 p.m.