Title: | 'shiny' Applications for the 'tesselle' Packages |
---|---|
Description: | A collection of 'shiny' applications for the 'tesselle' packages. |
Authors: | Nicolas Frerebeau [aut, cre] (<https://orcid.org/0000-0001-5759-4944>, Université Bordeaux Montaigne), Brice Lebrun [ctb] (<https://orcid.org/0000-0001-7503-8685>, Logo designer), Université Bordeaux Montaigne [fnd], CNRS [fnd] |
Maintainer: | Nicolas Frerebeau <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.0.0.9004 |
Built: | 2024-11-08 14:15:02 UTC |
Source: | https://github.com/tesselle/kinesis |
A wrapper for shiny::shinyAppDir()
.
run_app( app = c("seriate", "source", "ternary"), options = list(launch.browser = interactive()) )
run_app( app = c("seriate", "source", "ternary"), options = list(launch.browser = interactive()) )
app |
A |
options |
A |
Application name | Keyword |
Matrix Seriation | seriate |
Compositional Data Analysis | source |
Ternary Plot | ternary |
A shiny application object.
N. Frerebeau
## Not run: run_app("seriation") ## End(Not run)
## Not run: run_app("seriation") ## End(Not run)