Skip to content

Commit

Permalink
remoe all ggmap basemap examples from analysis vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Oct 6, 2023
1 parent 90b8cf2 commit 7742e5f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions vignettes/analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -302,15 +302,3 @@ anlzMWRmap(res = resdat, param = "DO", acc = accdat, sit = sitdat, buffdist = 20
```

A base map can be included as well using the `maptype` argument. Options include any stamen map as `"terrain"`, `"terrain-background"` (default), `"terrain-labels"`, `"terrain-lines"`, `"toner"`, `"toner-2010"`, `"toner-2011"`, `"toner-background"`, `"toner-hybrid"`, `"toner-labels"`, `"toner-lines"`, `"toner-lite"`, or `"watercolor"`. The `zoom` argument can be helpful when using a basemap. The default `zoom` argument is set to 11 and decreasing the number will download a base map with lower resolution. This can decrease map processing times for large areas.

A `"toner"` base map:

```{r, fig.height = 6, fig.width = 6}
anlzMWRmap(res = resdat, param = "DO", acc = accdat, sit = sitdat, maptype = "toner", warn = F, addwater = NULL)
```

A map with no base map or water bodies:

```{r, fig.height = 6, fig.width = 6}
anlzMWRmap(res = resdat, param = "DO", acc = accdat, sit = sitdat, maptype = NULL, warn = F, addwater = NULL)
```

0 comments on commit 7742e5f

Please sign in to comment.