complete != combined

This commit is contained in:
Tanushree Tunstall 2022-09-12 14:19:53 +01:00
parent 9f899d026d
commit 5471b4c8fa

View file

@ -59,8 +59,8 @@ dashboardPage(skin="purple",
dashboardBody(
useShinyjs(),
#plotlyOutput("plot", height = 800),
box(plotOutput("plot"), width="100%", title="Baseline Model (all features)"),
box(plotOutput("feature_plot"), width="100%", title="Feature Selection (no resampling)"),
box(plotOutput("plot"), height="450", width="100%", title="Baseline Model (all features)"),
box(plotOutput("feature_plot"), height="450", width="100%", title="Feature Selection (no resampling)"),
# %>% withSpinner(color="#0dc5c1"), # uncomment if you want the spinner
#downloadButton("save", "Download Plot"),
#DT::dataTableOut("plotdata"),