Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbeaudette committed Nov 7, 2024
1 parent 2a04770 commit 3ef4857
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 21 deletions.
2 changes: 1 addition & 1 deletion AQP/aqp/hz-boundaries.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ output:
# setup
library(knitr, quietly=TRUE)
# library(printr, quietly=TRUE)
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)
options(width=100, stringsAsFactors=FALSE)
```

Expand Down
Loading

0 comments on commit 3ef4857

Please sign in to comment.