Description Usage Format Source Examples
Daily air quality is measured by the air quality index (AQI) reported by the Environmental Protection Agency.
1 | data("pm25.2011.durham")
|
A data frame with 449 observations on the following 20 variables.
DateDate
AQS_SITE_IDa factor with levels 37-063-0015
POCa numeric vector
Daily.Mean.PM2.5.Concentrationa numeric vector
UNITSa factor with levels ug/m3 LC
DAILY_AQI_VALUEa factor with levels . 12 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 43 44 45 46 48 49 52 54 55 56 57 60 62 65 9
DAILY_OBS_COUNTa numeric vector
PERCENT_COMPLETEa numeric vector
AQS_PARAMETER_CODEa numeric vector
AQS_PARAMETER_DESCa factor with levels Acceptable PM2.5 AQI & Speciation Mass PM2.5 - Local Conditions
CSA_CODEa numeric vector
CSA_NAMEa factor with levels Raleigh-Durham-Cary, NC
CBSA_CODEa numeric vector
CBSA_NAMEa factor with levels Durham, NC
STATE_CODEa numeric vector
STATEa factor with levels North Carolina
COUNTY_CODEa numeric vector
COUNTYa factor with levels Durham
SITE_LATITUDEa numeric vector
SITE_LONGITUDEa numeric vector
US Environmental Protection Agency, AirData, 2011. http://www3.epa.gov/airdata/ad_data_daily.html
1 2 | data(pm25.2011.durham)
## maybe str(pm25.2011.durham) ; plot(pm25.2011.durham) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.