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.
Date
Date
AQS_SITE_ID
a factor with levels 37-063-0015
POC
a numeric vector
Daily.Mean.PM2.5.Concentration
a numeric vector
UNITS
a factor with levels ug/m3 LC
DAILY_AQI_VALUE
a 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_COUNT
a numeric vector
PERCENT_COMPLETE
a numeric vector
AQS_PARAMETER_CODE
a numeric vector
AQS_PARAMETER_DESC
a factor with levels Acceptable PM2.5 AQI & Speciation Mass
PM2.5 - Local Conditions
CSA_CODE
a numeric vector
CSA_NAME
a factor with levels Raleigh-Durham-Cary, NC
CBSA_CODE
a numeric vector
CBSA_NAME
a factor with levels Durham, NC
STATE_CODE
a numeric vector
STATE
a factor with levels North Carolina
COUNTY_CODE
a numeric vector
COUNTY
a factor with levels Durham
SITE_LATITUDE
a numeric vector
SITE_LONGITUDE
a 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.