theme_onsv()
is used to apply the ONSV theme to a ggplot graphics.
Arguments
- base_size
A number to define font base size, passed to theme_minimal
- ...
Arguments passed on to theme
Value
A custom theme()
object.
Examples
library(ggplot2)
ggplot(data = iris, aes(x = Sepal.Width, y = Sepal.Length)) +
geom_point() +
theme_onsv()