R code for Air Quality Evaluation.
AQEval was developed for use by those tasked with the routine detection, characterisation and quantification of discrete changes in air quality time-series, such as identifying the impacts of air quality policy interventions.
AQEval Projects pages: https://karlropkins.github.io/AQEval/
The beta testing version of AQEval is on GitHub:
# (if you do not have remotes package, install it from CRAN)
# install.packages("remotes")
remotes::install_github("karlropkins/AQEval")
If you have the AQEval .tar.gz file:
This package contains beta-testing code being developed as part of an on-going project.
Contributions are very welcome.
GPL-3