Skip to content

Commit

Permalink
Ensure linebreak b/w code and H2 slide
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 2, 2024
1 parent c13f094 commit eaf0850
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aagi-template-revealjs.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,13 @@ gt
[{AAGIThemes}](https://github.com/AAGI-AUS/AAGIThemes) also provides support for theming basic figures in R, for example.

```{r}
#| label: graphics-figure
#| message: false
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.
Expand Down

0 comments on commit eaf0850

Please sign in to comment.