Skip to content

Commit

Permalink
docs: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-davison committed Nov 19, 2024
1 parent 5b4f750 commit 14aa6a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/openairmaps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This vignette outlines some core functionality in `{openairmaps}`. For further e
library(openairmaps)
```

# Acess UK Monitoring Data with Lat/Lng Information
# Access UK Monitoring Data with Lat/Lng Information

`openair::importUKAQ()` has the `meta` argument which appends the latitude and longitude of each site to the returned data. If not using data from `importUKAQ()`, ensure that your data has coordinate data appended in a similar way.

Expand Down Expand Up @@ -52,7 +52,7 @@ polarMap(london_data,
label = "site")
```

By setting `static` to `TRUE` you will recieve a static version of the map, which may be more useful for academic articles.
By setting `static` to `TRUE` you will receive a static version of the map, which may be more useful for academic articles.

```{r polarstatic}
polarMap(london_data,
Expand Down

0 comments on commit 14aa6a5

Please sign in to comment.