theme_uu: ggplot2 Ulster University PhD theme

View source: R/theme_uu.R

theme_uuR Documentation

ggplot2 Ulster University PhD theme

Description

A ggplot2 theme for my PhD thesis based on ggpubr::pubr() function

Usage

theme_uu(...)

Arguments

...

Additional arguments to pass to ggplot2::theme()

Value

plot matching PhD styling

Examples

ggplot2::ggplot(data = cars, ggplot2::aes(x = speed, y = dist)) +
ggplot2::geom_point() +
theme_uu()


Scott-S-Hannah/themeuu documentation built on Aug. 7, 2023, 2 a.m.