chore: move app from R to Rmd
This commit is contained in:
@@ -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)
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user