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 = "cheem", ...)
Runs a locally hosted shiny app.
Name of the shiny app to run. Expects "cheem_initial".
Other arguments passed into shiny::runApp(). Such as display.mode = "showcase".
shiny::runApp()
Other cheem consumers: global_view(), global_view_legwork(), radial_cheem_tour()
global_view()
global_view_legwork()
radial_cheem_tour()
## 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") }
Run the code above in your browser using DataLab