polar_data | R Documentation |
The polar_data
dataset is provided as an example dataset as part of
the openairmaps
package. The dataset contains hourly measurements of
air pollutant concentrations, location and meteorological data.
polar_data
An object of class tbl_df
(inherits from tbl
, data.frame
) with 35040 rows and 13 columns.
The date and time of the measurement
Pollutant concentrations
The site name. Useful for use with the popup
and label
arguments in openairmaps
functions.
Decimal latitude and longitude of the sites.
Site type of the site (either "Urban Traffic" or "Urban Background").
Wind direction, in degrees from North, as a numeric vector.
Wind speed, in m/s, as numeric vector.
The visibility in metres.
Air temperature in degrees Celcius.
polar_data
was compiled from data using the
openair::importAURN()
function from the openair
package with
meteorological data from the worldmet
package.
polar_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.