Skip to content

Commit

Permalink
Spatio-temporal prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
stangandaho committed Jul 27, 2024
1 parent ee0366e commit e2d1792
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inst/nimo/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ prediction <- eventReactive(input$predict, {
})
## Modal to show predict output
predict_modal <- function(){
modalDialog(title = h3("Spatial predictions", style = "text-align:left;"),
modalDialog(title = h3("Predictions", style = "text-align:left;"),
footer = modalButton("Ok"), size = "l",
fluidRow(column(9,
shinycssloaders::withSpinner(
Expand Down
4 changes: 2 additions & 2 deletions inst/nimo/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ sidebar <- shinydashboardPlus::dashboardSidebar(
menuSubItem("Ensembling", tabName = "model_ensembling", icon = NULL)
),
menuItem("Post-Modeling", tabName = "post_modeling", icon = icon("arrow-right", lib = "glyphicon"),
menuSubItem("Spatial predictions", tabName = "spatial_predict", icon = NULL),
menuSubItem("Predictions", tabName = "spatiotemporal_predict", icon = NULL),
menuSubItem("Extrapolation ", tabName = "extrapolation", icon = NULL),
menuSubItem("Overprediction correction", tabName = "overpredict_correct", icon = NULL)
),
Expand Down Expand Up @@ -463,7 +463,7 @@ nimo_body <- shinydashboard::dashboardBody(
)
)
),
tabItem("spatial_predict",
tabItem("spatiotemporal_predict",
fluidPage(
fluidRow(column(8,
DT::DTOutput("st_fitted_model_list_dt"),
Expand Down

0 comments on commit e2d1792

Please sign in to comment.