From 7742e5faa368f476909f629ae9a7c35ea4d74967 Mon Sep 17 00:00:00 2001 From: fawda123 Date: Fri, 6 Oct 2023 14:43:46 -0400 Subject: [PATCH] remoe all ggmap basemap examples from analysis vignette --- vignettes/analysis.Rmd | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/vignettes/analysis.Rmd b/vignettes/analysis.Rmd index 5fae2d85..bd293af5 100644 --- a/vignettes/analysis.Rmd +++ b/vignettes/analysis.Rmd @@ -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) -```