Skip to content

Commit

Permalink
Update docs with pkgdev
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Aug 13, 2022
1 parent 61f64f2 commit fdab71f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 65 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"applicationCategory": "cartography",
"isPartOf": "https://ropenspain.es/",
"keywords": ["rOpenSpain", "tiles", "r", "maps", "spatial", "rstats", "r-package", "municipalities", "Spain", "gisco", "provinces", "ign", "administrative-boundaries", "ccaa", "static-tiles", "spain", "cran", "ropenspain", "ggplot2", "gis"],
"fileSize": "2852.618KB",
"fileSize": "2849.304KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
72 changes: 12 additions & 60 deletions man/mapSpain-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions vignettes/mapSpain.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,9 @@ ggplot(munic.pop) +
text = element_text(colour = "white"),
legend.position = "bottom"
)
#> Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : polygon edge not found
```

<img src="./thematic-1.png" title="plot of chunk thematic" alt="plot of chunk thematic" width="100%" />

## mapSpain and giscoR

If you need to plot Spain along with another countries, consider using
Expand Down Expand Up @@ -297,10 +296,9 @@ ggplot(all_countries) +
linetype = "dotted"
)
)
#> Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : polygon edge not found
```

<img src="./giscoR-1.png" title="plot of chunk giscoR" alt="plot of chunk giscoR" width="100%" />

## Working with tiles

**mapSpain** provides a powerful interface for working with imagery.
Expand Down

0 comments on commit fdab71f

Please sign in to comment.