complete != combined

This commit is contained in:
Tanushree Tunstall 2022-09-12 14:16:23 +01:00
parent 3d250b0b43
commit 2a05a98474
2 changed files with 2 additions and 2 deletions

View file

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