complete != combined
This commit is contained in:
parent
3d250b0b43
commit
2a05a98474
2 changed files with 2 additions and 2 deletions
2
ml/ui.R
2
ml/ui.R
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue