Description Usage Arguments Value Note Author(s) See Also
Simply a wrapper around experiment
to be called as a shiny module.
1 2 | spades_expt(input, output, session, sim, reps, seed, objectsToHash,
cacheDebug = "complete", spadesDebug = getOption("spades.debug"))
|
input |
shiny server input object |
output |
shiny server output object |
session |
shiny server session object |
sim |
A reactive |
reps |
A reactive indicating the number of replicates (e.g., pass |
seed |
An integer to pass to |
objectsToHash |
A list of objects to hash (with |
cacheDebug |
|
spadesDebug |
|
... |
Additional arguments passed to |
A list of simList
objects.
This is a server-only module with no UI component.
Alex Chubaty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.