-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTEMPLATE.qmd
More file actions
36 lines (25 loc) · 1007 Bytes
/
TEMPLATE.qmd
File metadata and controls
36 lines (25 loc) · 1007 Bytes
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
35
36
<!-- TEMPLATE COPY CONTENTS OF THIS FILE FOR NEW PROFILES-->
# TEMPLATE
<!-- {#fig-double-stranded-caricature} -->
_CARICATURE PLOT GOES HERE_
\newpage
```{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 -->