Slidify Project for GDPVis

GDPVis

Aaron Nematnejad

Slide 2 Purpose of the Shiny Project

  1. Difficult to make economic analysis on just numbers and even charts
  2. Need a method to visualize the data in a more simple fashion
  3. Need to be able to split the data into different subcomponents

Slide 3 Visualizing using Maps

devtools::install_github('rstudio/shinyapps') 1. Maps allow us to create a more efficient image of statistics 2. By using heat maps or color plates we are able to use vast amount of data and make quick and true assesments on facts. 3. Using maps and color visualizations allow readers to memorize the data much better.

Slide 4 Splitting GDP into its Different Components

  1. We should be able to split our GDP data into various subcategories.
  2. Subcategories include GDP Including Investments , GNP (Gross National Product) etc.
  3. By keeping the percentage slider constant and changing the tabs into different categories, we can see consistency of subcategories.

Slide 5 Further Research

  1. In future projects we can add more complex data like column bars on the charts to add more statistics.
  2. Future projects should allow us to change data from % quantile for county to absolute average value for county.