theme_uu | R Documentation |
A ggplot2 theme for my PhD thesis based on ggpubr::pubr() function
theme_uu(...)
... |
Additional arguments to pass to ggplot2::theme() |
plot matching PhD styling
ggplot2::ggplot(data = cars, ggplot2::aes(x = speed, y = dist)) +
ggplot2::geom_point() +
theme_uu()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.