traj_data | R Documentation |
The traj_data
dataset is provided as an example dataset as part of the
openairmaps
package. The dataset contains HYSPLIT back trajectory data for
air mass parcels arriving in London in 2009. It has been joined with air
quality pollutant concentrations from the "London N. Kensington" AURN urban
background monitoring site.
traj_data
An object of class tbl_df
(inherits from tbl
, data.frame
) with 5432 rows and 17 columns.
The arrival time of the air-mass
The receptor number
Trajectory year
Trajectory month
Trajectory day
Trajectory hour
Trajectory hour offset from the arrival date
Latitude
Longitude
Height of trajectory in m
Pressure of the trajectory in Pa
Date of the trajectory
Concentration of oxides of nitrogen (NO + NO2)
Concentration of nitrogen dioxide (NO2)
Concentration of ozone (O3)
Concentration of particulates (PM10)
Concentration of fine particulates (PM2.5)
traj_data
was compiled from data using the openair::importTraj()
function from the openair
package with air quality data from
openair::importAURN()
function.
traj_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.