Skip to content

Commit

Permalink
Add base plot and link to ggplot2 website
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 2, 2024
1 parent 6615e82 commit c13f094
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions aagi-template-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,20 @@ gt
```


## Figures
## Basic Figures

[{AAGIThemes}](https://github.com/AAGI-AUS/AAGIThemes) also provides support for theming graphic outputs in R, for example.
[{AAGIThemes}](https://github.com/AAGI-AUS/AAGIThemes) also provides support for theming basic figures in R, for example.

```{r}
#| label: figure
library(AAGIThemes)
plot_aagi(pressure)
```
## Figures with {ggplot2}

[{AAGIThemes}](https://github.com/AAGI-AUS/AAGIThemes) also provides support for theming [{ggplot2}](https://ggplot2.tidyverse.org) outputs in R, for example.

```{r}
#| label: ggplot2-figure
#| message: false
#Prepare data
Expand Down

0 comments on commit c13f094

Please sign in to comment.