theme_onsv {onsvplot} | R Documentation |
theme_onsv()
is used to apply the ONSV theme to a ggplot graphics.
theme_onsv(basesize = 10)
basesize |
A number to define font base size |
A custom theme()
object.
library(ggplot2)
ggplot(data = iris, aes(x = Sepal.Width, y = Sepal.Length)) +
geom_point() +
theme_onsv()