Description Usage Arguments Value Author(s) Examples
Interactive shiny app for visualization of results. The app can be
initialized with a COBRAData
object. If no object is provided, truth
and results are loaded into the app from text files (see the Instructions tab
of the app for formatting instructions). Properly formatted text files can
also be obtained using the function COBRAData_to_text
.
1 |
cobradata |
An (optional) |
autorun |
A logical indicating whether the app calculations should start automatically on launch, or wait for the user to press the 'Start calculation!' button. |
Returns (and runs) an object representing the shiny app.
Charlotte Soneson
1 2 3 4 5 | data(cobradata_example)
## Not run:
COBRAapp(cobradata_example)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.