Skip to content

Commit 462b7ae

Browse files
author
Annie Yang
committed
update introduction
1 parent 05c2228 commit 462b7ae

File tree

2 files changed

+108
-84
lines changed

2 files changed

+108
-84
lines changed

App_combine_version/introduction.Rmd

+48-37
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,28 @@ Environmental engineers and people who are interested in analyzing environmental
3535

3636
### Global temperature datasets
3737

38-
Notes: There are some missing values in the following datasets, which leads to the incompleteness of the temperature map in some year.
38+
* Global Temperature contains global land average temperature from 1750 to 2015.
3939

40-
* Global Temperature contains global land average temperature from 1750-2015. Note: there are some missing values in this dataset.
40+
* Global Land Temperature by Country dataset contains global land average temperature from 11/1743 to 09/2015.
4141

42-
* Global Land Temperature by Country dataset contains global land average temperature from 11/1743-09/2015.
42+
* Global Land Temperature by State dataset contains global land average temperature from 11/1743 to 09/2015.
4343

44-
* Global Land Temperature by State dataset contains global land average temperature from 11/1743-09/2015.
44+
**Notes**
45+
46+
There are some missing values in the following datasets, which leads to the incompleteness of the temperature map in some year.
4547

4648
## Guide to App
4749

4850
### Air Quality Index
4951

50-
#### AQI Plot
52+
#### 1. AQI Plot
5153

5254
##### Analysis selection - Boxplot of AQI
5355

54-
This boxplot can show you how AQI distributed from 2000-2017. You can use the notches on the boxplots to analyze whether there is strong evidence (95% confidence) that their medians differ, whether the median changed much during specific time period and whether the distribution approximate to normal distribution or it was skewed.
56+
This boxplot can show you how AQI distributed from 2000-2017. You can use the notches on the boxplots to analyze whether there is strong evidence (95% confidence) that their medians differ, whether the median changed much during specific time period and whether the distribution approximated to normal distribution or it was skewed.
57+
58+
+ **Inputs Selection**
5559

56-
###### Inputs Selection
5760
<br/>
5861
<div style="text-align:center" markdown="1";width:200px; height=200px>
5962
![Boxplot Inputs Selection](app_screenshot/box_inputs.png)
@@ -63,7 +66,7 @@ You can use the Year slider change the time period. We set the default value at
6366

6467
Select the CBSA you are interested and then red spots on the boxplots can tell you how the air quality in that area was compared to other CBSAs in each year (Above median or below median). The default value of CBSA is Providence.
6568

66-
###### Boxplot of AQI
69+
+ **Boxplot of AQI**
6770

6871
<br/>
6972
<div style="text-align:center";width:100px>
@@ -76,76 +79,82 @@ Using the default value of each selection, the boxplots display as above.
7679

7780
You can use the Health Concern Plot analyze the trend of percentage of each health concern level during a specific time period and compare the percentage among CBSAs.
7881

79-
###### Inputs Selection
82+
+ **Inputs Selection**
8083

8184
<br/>
8285
<div style="text-align:center";width:100px>
8386
![Health Concern Plot Inputs Seletion](app_screenshot/hc_inputs.png)
8487
</div>
8588

86-
Choose year period, CBSA and Health Concern Levels you want to analyze. You can select multiple CBSAs and Health Concern Levels to do comparison analyses. The picture above show you the default values of each selection.
89+
Choose year period, CBSA and Health Concern Levels you want to analyze. You can select multiple CBSAs and Health Concern Levels to do comparison analyses. The picture above shows you the default values of each selection.
8790

88-
###### Plot Selection
91+
+ **Plot Selection**
8992

9093
For users who want to do comparison during a relatively long time period, the better choice is to select line plot and analyze the trend.
9194

9295
For users who want to do comparison only in one or a few years, select bar plot here. For example, if users want to compare the percentage of health concern levels between different CBSAs only in a specific year (2008), choose bar plot and the graph will display properly.
9396

94-
###### Health Concern Plot
95-
96-
<br/>
97+
+ **Health Concern Plot**
9798

99+
<br/>
100+
<div style="text-align:center";width:100px>
98101
![Health Concern Line Plot](app_screenshot/line_plot.png)
102+
</div>
103+
<br/>
99104

100-
<br/>
105+
<div style="text-align:center";width:100px>
101106

102107
![Health Concern Bar Plot](app_screenshot/bar_plot.png)
103-
104-
#### Pollutant AQI Trend
108+
</div>
109+
<br/>
110+
111+
#### 2. Pollutant AQI Trend
105112

106113
You can use these time series plots to analyze the trend of AQI by pollutant.
107114

108-
##### Inputs Selection
115+
+ **Inputs Selection**
109116

110117
You can select multiple inputs for cities and pollutants to do comparison. Use the Year slider to choose the time period (Default value is 2000-2016).
111118

112-
<br/>
113-
![Health Concern Bar Plot](app_screenshot/Pollutant_Trend.png)
114-
<br/>
119+
<br/>
120+
<div style="text-align:center";width:100px>
121+
![Pollutant Trend](app_screenshot/Pollutant_Trend.png)
122+
</div>
123+
<br/>
115124

116-
#### Cluster
125+
#### 3. Cluster
117126

118127
##### Data
119128

120129
The data comes from annual aqi by cbsa. For the pollution part, the variables are percentage of a certain pollutants because some of the original data are zero. For the health part, the input variable is the number of different situations of days(Good, unhealthy, etc). The cluster count is the number of clusters you want to divide.
121130

122131
### Map
123132

124-
#### Air Quality Map
133+
#### 1. Air Quality Map
125134

126-
##### Input Selection
135+
##### Inputs Selection
127136

128137
The year is the certain year you want to specify to get to know about the air quality of the United States. The color is the kind of color you want to display in the state map.
129138

130-
**Note**
139+
**Notes**
131140

132141
The data is from the center of disease control. The air quality is a combination of the ozone and PM2.5.
133142

134-
#### Temperature Map
143+
#### 2. Temperature Map
135144

136145
##### Inputs Selection
137146

138-
<br/>
139-
<div style="text-align:center";width:100px>
140-
![Health Concern Bar Plot](app_screenshot/map_inputs.png)
147+
<br/>
148+
<div style="text-align:center";width:100px>
149+
![Temperature Map Inputs](app_screenshot/map_inputs.png)
141150
</div>
142-
<br/>
151+
<br/>
143152

144153
Use the two datasets analyze temperature by countries or states.
145154

146-
**Note**
155+
**Notes**
147156

148-
There are some missing values for some countries or states which caused the incompleteness of the map in specific year.
157+
There are some missing values for some countries or states which caused the incompleteness of the map in specific year. Because the datasets used for map are kind of large, it may take relatively long time for loading.
149158

150159
When the default value for temperature variation is false, the map will show the temperature in specific year according to the Year input.
151160

@@ -167,13 +176,14 @@ When you choose true for temperature variation, you can then analyze how tempera
167176
![Temperature Variation Map by Country](app_screenshot/var_temp.png)
168177

169178
</div>
170-
**Note**
179+
180+
**Notes**
171181

172182
The Year for Temperature Variation slider should only be used when you select the GlobalLandTemperaturesByCountry dataset.
173183

174184
### Calculator
175185

176-
#### Input Selection
186+
#### Inputs Selection
177187

178188
The City has certain information about the air quality of that city you choose. Smoking is whether you smoke or not, if you smoke then select "yes". Exercise is whether you exercise or not, if you do, select "yes". Gene is whether your family has certain kind of gene that may cause disease, if they do, select "yes".
179189

@@ -195,7 +205,7 @@ When you choose global temperature dataset, the graphs will display properly for
195205

196206
<br/>
197207
<div style="text-align:center";width:200px>
198-
![Temperature Variation Map by Country](app_screenshot/glb_temp.png)
208+
![Global Temperature Trend](app_screenshot/glb_temp.png)
199209

200210
</div>
201211

@@ -208,10 +218,11 @@ When you choose global land temperature by country dataset and want to compare t
208218

209219
#### Confidence Interval
210220

211-
You can choose to display confidence interval around smooth.
221+
You can also choose to display confidence interval around smooth.
212222

213223
<br/>
214224
<div style="text-align:center; width:200px">
215-
![](app_screenshot/ci.png)
225+
![confidence interval](app_screenshot/ci.png)
216226

217227
</div>
228+
<br/>

App_combine_version/introduction.html

+60-47
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)