run_app {spinifex} | R Documentation |
Runs a shiny app demonstrating manual tours
Description
Runs a local shiny app that demonstrates manual tour and comparable traditional techniques for static projections of multivariate data sets.
Usage
run_app(app_nm = "radial_tour", ...)
Arguments
app_nm |
name of the shiny app to run. Expects "manual_tour". |
... |
Other arguments passed into |
Value
Runs a locally hosted shiny app.
Examples
## Not run:
run_app("radial_tour")
run_app(app_nm = "radial_tour", display.mode = "showcase")
## End(Not run)
[Package spinifex version 0.3.7.0 Index]