Runs a local shiny app that demonstrates manual tour and comparable traditional techniques for static projections of multivariate data sets.
run_app(app_nm = "radial_tour", ...)
name of the shiny app to run. Expects "manual_tour".
Other arguments passed into shiny::runApp()
.
Such as display.mode = "showcase".
Runs a locally hosted shiny app.
if (FALSE) {
run_app("radial_tour")
run_app(app_nm = "radial_tour", display.mode = "showcase")}