Simply a wrapper around experiment to be called as a shiny module.
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.