From 654c0900716dd86d759dce34e54a171d4819c5cf Mon Sep 17 00:00:00 2001 From: fawda123 Date: Fri, 2 Feb 2024 14:48:46 -0500 Subject: [PATCH] fix vignette typo --- vignettes/intro.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/intro.Rmd b/vignettes/intro.Rmd index 935d5f9d..71f8a789 100644 --- a/vignettes/intro.Rmd +++ b/vignettes/intro.Rmd @@ -295,7 +295,7 @@ The `show_sitemap()` function also includes an argument to specify a particular show_sitemap(epcdata, yrsel = 2018, mosel = c(7, 9)) ``` -Another map can be created with `show_sitesesgmap()`, that is similar to `show_sitemap()`, except the bay segments are shown and colored by the annual outcome. This map is useful to understand how the site data correspond to each bay segment. +Another map can be created with `show_sitesegmap()` that is similar to `show_sitemap()`, except the bay segments are shown and colored by the annual outcome. This map is useful to understand how the site data correspond to each bay segment. ```{r, fig.height = 7, fig.width = 8} show_sitesegmap(epcdata, yrsel = 2018)