Other packaged Air Quality Models.
Arguments
- data
data.frame
(or similar) containing data-series to be modelled; this is expected to contain 'date', 'site' and pollutant of interest data-series.- pollutant
The name of the
pollutant
(indata
) to model, by default 'NO2'.- y
The name of the monitor site to be modelled, assumed to be one several names in the
site
column ofdata
.- x
The other sites to use when building the model, the default 'rest' uses all supplied sites except 'y'.
- elements
The number of inputs to use in the site models, can be any number up to length of x or combination thereof; by default this is set as
length(x):1
- ...
extra arguments.