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

Arguments

app_nm

name of the shiny app to run. Expects "manual_tour".

...

Other arguments passed into shiny::runApp(). Such as display.mode = "showcase".

Value

Runs a locally hosted shiny app.

Examples

if (FALSE) {
run_app("radial_tour")
run_app(app_nm = "radial_tour", display.mode = "showcase")}