theme_onsv {onsvplot}R 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()

[Package onsvplot version 0.3.2 Index]