complete != combined

This commit is contained in:
Tanushree Tunstall 2022-09-12 14:17:51 +01:00
parent 2a05a98474
commit 9f899d026d

View file

@ -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"),