theme_onsv | 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.