Feng Li
April 7, 2017
Course 9 project includes two parts: shiny application part and presentation part. This presentation part is supposed to describe the shiny application.
My shiny application is deployed to Rstudio shiny server. Here is the app link https://fengliplatform.shinyapps.io/c9papp/. Source code link is https://github.com/fengliplatform/course9/tree/master/shinyapp/c9pApp
airquality dataset is a daily air quality measurements in New York from May to September. quality values include:
The question that my shiny app tries to anser is how Ozone values change when Solar.R, Wind or Temp values change.
To do so, We'll plot Ozone data against the other three mesures.
This app uses sidebar layout.
On left side sidebar panel, there are three sections:
On right side main panel, there are three tabs to show following plots
From this app, we can tell:
Based on the plots, further analysis can be looking for the reason behind and how to protect our ENV.