pm25_2022_durham | R Documentation |
Daily air quality is measured by the air quality index (AQI) reported by the Environmental Protection Agency in 2022.
pm25_2022_durham
A data frame with 356 observations on the following 20 variables.
Date.
The numeric site ID.
A numeric vector, the Parameter Occurance Code.
A numeric vector with the average daily concentration of fine particulates, or particulate matter 2.5.
A character vector with value ug/m3 LC
.
A numeric vector with the daily air quality index.
A numeric vector.
A numeric vector.
A numeric vector.
A factor vector with level PM2.5 - Local Conditions
.
A numeric vector.
A character vector with value Durham-Chapel Hill, NC
.
A numeric vector.
A character vector with value North Carolina
.
A numeric vector.
A character vector with value Durham
.
A numeric vector of the latitude.
A numeric vector of the longitude.
A character vector with value Durham Armory
.
US Environmental Protection Agency, AirData, 2022. http://www3.epa.gov/airdata/ad_data_daily.html
library(ggplot2)
ggplot(pm25_2022_durham, aes(x = date, y = daily_mean_pm2_5_concentration, group = 1)) +
geom_line()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.