Skip to content

Commit

Permalink
testing dpi
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Dec 12, 2024
1 parent feac06f commit e531f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ template:

figures:
dev: ragg::agg_png
dpi: 144
dpi: 300
dev.args: []
fig.ext: png
fig.width: 7.2916667
Expand Down
4 changes: 2 additions & 2 deletions vignettes/11_examples_choropleth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ knitr::knit_hooks$set(output = function(x, options) {
library(tmap)
library(dplyr)
library(sf)
tmap_options(scale = 0.5)
```


Expand Down Expand Up @@ -94,6 +95,5 @@ tm_shape(NLD_prov) +
tm_title("Proportion of Population Aged 15–75 with a University or Applied Sciences Degree by District (as of October 1, 2022)", width = 15, position = tm_pos_in("left", "top"), z = 0) +
tm_compass(position = tm_pos_in("left", "bottom")) +
tm_scalebar(position = tm_pos_in("left", "bottom")) +
tm_credits("© Data: Statistics Netherlands, Software: R-tmap", position = tm_pos_in("left", "bottom")) +
tm_layout(scale = 0.5)
tm_credits("© Data: Statistics Netherlands, Software: R-tmap", position = tm_pos_in("left", "bottom"))
```

0 comments on commit e531f92

Please sign in to comment.