Skip to content

Commit 7fc424f

Browse files
up
1 parent 04ea861 commit 7fc424f

2 files changed

Lines changed: 28 additions & 25 deletions

File tree

AQP/soilDB/SDA-point-query.Rmd

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@ output:
1818

1919
```{r setup, echo=FALSE, results='hide', warning=FALSE}
2020
# setup
21-
library(knitr, quietly=TRUE)
22-
library(kableExtra, quietly=TRUE)
23-
opts_chunk$set(message=FALSE, warning=FALSE, background='#F7F7F7', fig.align='center', dev='svglite', tidy=FALSE, verbose=FALSE)
24-
options(width=100, stringsAsFactors=FALSE)
21+
library(knitr, quietly = TRUE)
22+
library(kableExtra, quietly = TRUE)
23+
opts_chunk$set(
24+
message = FALSE,
25+
warning = FALSE,
26+
background = '#F7F7F7',
27+
fig.align = 'center',
28+
dev = 'png',
29+
retina = 2,
30+
tidy = FALSE,
31+
verbose = FALSE
32+
)
33+
options(width = 100)
2534
```
2635

2736
# Setup

0 commit comments

Comments
 (0)