theme_sphsu_light | R Documentation |
Based on theme_light
theme_sphsu_light()
ggplot(iris, aes(Sepal.Width, Sepal.Length, col = Sepal.Length)) +
geom_point(size = 4) +
scale_colour_sphsu("hot", discrete = FALSE) +
theme_sphsu_light() +
facet_wrap(~Species)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.