You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- README.md is generated from README.Rmd. Please edit that file -->
6
+
7
+
```{r, include = FALSE}
8
+
knitr::opts_chunk$set(
9
+
collapse = TRUE,
10
+
comment = "#>",
11
+
fig.path = "man/figures/README-",
12
+
out.width = "100%"
13
+
)
14
+
```
15
+
16
+
# oxfordtheme: University of Oxford Theme and Theme Components for 'ggplot2'
17
+
18
+
<!-- badges: start -->
19
+
<!-- badges: end -->
20
+
21
+
Theme and theme components for 'ggplot2' based on [University of Oxford](https://ox.ac.uk)'s [visual identity guidelines](https://www.ox.ac.uk/sites/files/oxford/media_wysiwyg/Oxford%20Blue%20LR.pdf).
22
+
23
+
## Installation
24
+
25
+
You can install the development version of oxfordtheme from [GitHub](https://github.com/) with:
0 commit comments