theme_sphsu_light: SPHSU light theme

View source: R/theme_.R

theme_sphsu_lightR Documentation

SPHSU light theme

Description

Based on theme_light

Usage

theme_sphsu_light()

Examples

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)


andrewbaxter439/SPHSUgraphs documentation built on Nov. 4, 2023, 11:52 p.m.