Final project presentation

Charles Murier & John NGO
17-12-2019

The side panel for trains

plot of chunk unnamed-chunk-1

  • We can choose the value aggregated between year and station
  • If the value aggregated is year we can choose to see for only one station or for all stations
  • Then we can choose the Y variable so we can see the graphic that we want

Examples of plots by year for all the stations

plot of chunk unnamed-chunk-3

  • We choose to plot a line when the graphic is shown by year because it's easier to see the evolution

Examples of plots by year for Paris Est station

plot of chunk unnamed-chunk-4

Example : number of trains late at departure by departure station

plot of chunk unnamed-chunk-5

The side panel for flights

plot of chunk unnamed-chunk-6

  • We can choose the value aggregated between airline and origin airport
  • If the value aggregated is airline we can choose to see for only one airport or for all airports
  • Then we can choose the Y variable so we can see the graphic that we want
  • If we click on map, the map representing the airports is displayed

Example: Average time in the air by airlines for all the airports

plot of chunk unnamed-chunk-7

  • This time we chose barplot because there is no evolution, it's only a comparison between the airlines

Example: Average time in the air by airlines for LAS VEGAS airport

plot of chunk unnamed-chunk-8

Example: Total distance of flights by airport

plot of chunk unnamed-chunk-9

How the map is displayed

plot of chunk unnamed-chunk-10

  • When “all airports” is selected, the positions of all the airports are visible on the map

plot of chunk unnamed-chunk-11

  • When one specific airport is selected, the position of this specific airport is visible on the map

The map displayed when a specific airport is selected (1/2)

plot of chunk unnamed-chunk-12plot of chunk unnamed-chunk-12

The map displayed when a specific airport is selected (2/2)

plot of chunk unnamed-chunk-13

The map displayed when all airports are selected

plot of chunk unnamed-chunk-14plot of chunk unnamed-chunk-14