-
Notifications
You must be signed in to change notification settings - Fork 1
/
template.qmd
34 lines (24 loc) · 997 Bytes
/
template.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!-- TEMPLATE COPY CONTENTS OF THIS FILE FOR NEW PROFILES-->
# TEMPLATE
<!-- ![_CAPTION GOES HERE](assets/images/512px-Salvador_dali_als_Auge.jpg){#fig-double-stranded-caricature} -->
_CARICATURE PLOT GOES HERE_
```{r}
#| label: fig-template
#| fig-cap: Example of a smiley plot of a TEMPLATE. Data taken from library TEMPLATE of [@TEMPLATE]. Damage data generated using [TEMPLATE](/intro.qmd) and plotted using R and tidyverse packages [@Wickham2019-ot].
#| echo: false
#| warning: false
#| error: false
## TEMPLATE CODE GOES HERE
library(readr)
library(tidyr)
library(dplyr)
library(ggplot2)
library(patchwork)
source("assets/src/R/style.r")
source("assets/src/R/damage-profiler.r")
type_colours <- type_colours_dp
raw_5p <- readr::read_tsv("assets/data/TEMPLATE/5p_freq_misincorporations.txt", comment = "#")
raw_3p <- readr::read_tsv("assets/data/TEMPLATE/3p_freq_misincorporations.txt", comment = "#")
## TEMPLATE REMAINING CODE GOES HERE
```
<!-- TEMPLATE Description goes here -->