We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a04770 commit 3ef4857Copy full SHA for 3ef4857
AQP/aqp/hz-boundaries.Rmd
@@ -19,7 +19,7 @@ output:
19
# setup
20
library(knitr, quietly=TRUE)
21
# library(printr, quietly=TRUE)
22
-opts_chunk$set(message=FALSE, warning=FALSE, background='#F7F7F7', fig.align='center', dev='svglite', tidy=FALSE, verbose=FALSE)
+opts_chunk$set(message=FALSE, warning=FALSE, background='#F7F7F7', fig.align='center', dev='png', tidy=FALSE, verbose=FALSE, fig.retina = 1.25)
23
options(width=100, stringsAsFactors=FALSE)
24
```
25
0 commit comments