diff --git a/doc/slides.Rmd b/doc/slides.Rmd index 8a18802..2b97219 100644 --- a/doc/slides.Rmd +++ b/doc/slides.Rmd @@ -41,4 +41,4 @@ Develop an R-based software, which will perform the following tasks: --- -![web interface](web.png) +![web interface](web-single.png) diff --git a/doc/web-departures.png b/doc/web-departures.png new file mode 100644 index 0000000..10baf0f Binary files /dev/null and b/doc/web-departures.png differ diff --git a/doc/web-interpretation.png b/doc/web-interpretation.png new file mode 100644 index 0000000..50cb026 Binary files /dev/null and b/doc/web-interpretation.png differ diff --git a/doc/web-single.png b/doc/web-single.png new file mode 100644 index 0000000..12b5c1a Binary files /dev/null and b/doc/web-single.png differ diff --git a/doc/web-stats.png b/doc/web-stats.png new file mode 100644 index 0000000..4081eb8 Binary files /dev/null and b/doc/web-stats.png differ diff --git a/doc/web-stats_full.png b/doc/web-stats_full.png new file mode 100644 index 0000000..e246e41 Binary files /dev/null and b/doc/web-stats_full.png differ diff --git a/doc/web.png b/doc/web.png deleted file mode 100644 index e90511c..0000000 Binary files a/doc/web.png and /dev/null differ diff --git a/src/main.Rmd b/src/main.Rmd index 082ffa7..3e9e2c7 100644 --- a/src/main.Rmd +++ b/src/main.Rmd @@ -603,6 +603,10 @@ createInteractiveMap <- function(route) { ) } ``` +![Departures View](../doc/web-departures.png) +![Single Flight View](../doc/web-single.png) +![Statistics View](../doc/web-stats.png) +![Interpretation View](../doc/web-interpretation.png) # Discussion