Skip to content

Commit

Permalink
chunk opts, subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Jun 8, 2021
1 parent 22d7d4e commit 3b7102c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions paper/AppendixS1.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: On the marginal value of swimming in woodland caribou
subtitle: Appendix S1
author:
- name: Quinn M.R. Webber
institute: cabe
Expand Down Expand Up @@ -29,14 +30,17 @@ csl: ecology.csl


```{r knitropts, include = FALSE}
knitr::opts_chunk$set(echo = FALSE,
eval = TRUE,
fig.align = 'center')
knitr::opts_chunk$set(
echo = FALSE,
eval = TRUE,
fig.align = 'center'
)
```


```{r pkgs}
library(data.table)
library(ftExtra)
DT <- readRDS('../output/islandsPoly-with-label.Rds')
setDT(DT)
```
Expand Down

0 comments on commit 3b7102c

Please sign in to comment.