File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ library(magick)
5
5
library(magrittr)
6
6
library(knitr)
7
7
knitr::opts_chunk$set(message = FALSE,
8
- fig.align = "center")
8
+ fig.align = "center", dpi = 300 )
9
9
```
10
10
11
11
## Overview
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ library(kableExtra)
8
8
library(magick)
9
9
10
10
11
- knitr::opts_chunk$set(fig.align = "center")
11
+ knitr::opts_chunk$set(fig.align = "center", dpi = 300 )
12
12
```
13
13
14
14
## Overview
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ library(canlang)
7
7
library(cowplot)
8
8
9
9
# set as default because for some reason it breaks the pdf in this chapter
10
- knitr::opts_chunk$set(fig.align = "default")
10
+ knitr::opts_chunk$set(fig.align = "default", dpi = 300 )
11
11
```
12
12
13
13
## Overview
You can’t perform that action at this time.
0 commit comments