Skip to content

Commit

Permalink
fix vignette typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Feb 2, 2024
1 parent 7cf6599 commit 654c090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 654c090

Please sign in to comment.