chore: move app from R to Rmd

This commit is contained in:
eneller
2026-01-20 13:48:49 +01:00
parent d9a33a5d2b
commit e4c7ce4977

View File

@@ -1,3 +1,5 @@
# Web Interface
```{r shiny}
# Flight Trajectory Analysis - Shiny GUI Application # Flight Trajectory Analysis - Shiny GUI Application
# This app allows interactive selection of flights and displays trajectory analysis # This app allows interactive selection of flights and displays trajectory analysis
@@ -552,3 +554,4 @@ server <- function(input, output, session) {
# Run the application # Run the application
shinyApp(ui = ui, server = server) shinyApp(ui = ui, server = server)
```