From 14aa6a5bbb5e45df6cc60b6a42660966d3a84b56 Mon Sep 17 00:00:00 2001 From: jack-davison Date: Tue, 19 Nov 2024 07:54:26 +0000 Subject: [PATCH] docs: spelling --- vignettes/articles/openairmaps.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/articles/openairmaps.Rmd b/vignettes/articles/openairmaps.Rmd index f8a0390..8bd9c54 100644 --- a/vignettes/articles/openairmaps.Rmd +++ b/vignettes/articles/openairmaps.Rmd @@ -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. @@ -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,