From 9f899d026d4130c3fad0fb44d885cc0930cba6b2 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 12 Sep 2022 14:17:51 +0100 Subject: [PATCH] complete != combined --- ml/ui.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml/ui.R b/ml/ui.R index a0ed80d..e3bc10d 100644 --- a/ml/ui.R +++ b/ml/ui.R @@ -59,7 +59,7 @@ dashboardPage(skin="purple", dashboardBody( useShinyjs(), #plotlyOutput("plot", height = 800), - box(plotOutput("plot"), width="100%"), + box(plotOutput("plot"), width="100%", title="Baseline Model (all features)"), box(plotOutput("feature_plot"), width="100%", title="Feature Selection (no resampling)"), # %>% withSpinner(color="#0dc5c1"), # uncomment if you want the spinner #downloadButton("save", "Download Plot"),