Runs a local shiny app that demonstrates manual tour and comparable traditional techniques for static projections of multivariate data sets.
Arguments
- app_nm
Name of the shiny app to run. Expects "cheem_initial".
- ...
Other arguments passed into
shiny::runApp()
. Such as display.mode = "showcase".
See also
Other cheem consumers:
global_view_legwork()
,
global_view()
,
radial_cheem_tour()
Examples
## Only run this example in interactive R sessions
if(interactive()){
## Runs the app
run_app("cheem")
## Run with app code displayed
run_app(app_nm = "cheem", display.mode = "showcase")
}