powered by
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".
shiny::runApp()
Runs a locally hosted shiny app.
# NOT RUN { run_app("radial_tour") run_app(app_nm = "radial_tour", display.mode = "showcase") # }
Run the code above in your browser using DataLab