Skip to content

Commit

Permalink
removing more map examples from vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Oct 6, 2023
1 parent d034d6c commit 90b8cf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vignettes/analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,6 @@ 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 `"terrain-lines"` base map:

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

A `"toner"` base map:

```{r, fig.height = 6, fig.width = 6}
Expand Down

0 comments on commit 90b8cf2

Please sign in to comment.