Description Usage Arguments Value Author(s) Examples
Runs a rodeo-based model in a shiny GUI to allow for variation of parameters and/or initial values.
| 1 2 3 4 5 | 
| dir | Directory where input files are located. This is assumed to apply
to any input files (i.e.  | 
| xlFile | Either the base name of file in MS Excel format holding
the model definition or  | 
| funsR | Base name of file with function definitions in R. | 
| funsF | Base name of file with function definitions in Fortran 95. | 
| tables | Named vector with required elements 'vars', 'pars', 'funs',
'pros', and 'stoi'. If a file name was supplied in  | 
| colsep | Specifies the column separator in text files. Only used if
 | 
| stoiAsMatrix | Logical. Allows the stoichiometry matrix to be supplied as a 3-column table or as a matrix. | 
| obs | If not  | 
| dllname | Character string used as the name for the built library. This
is the base name without file extension (must not contain path separators,
white space, etc.). If set to  | 
| serverMode | Defaults to  | 
If serverMode is FALSE, the function returns
NULL. Otherwise it returns a vector holding the names of 3
files needed to run the GUI.
David Kneis david.kneis@tu-dresden.de
| 1 2 3 4 5 | ## Not run: 
  library(rodeoApp)
  runGUI(dir=system.file("examples/DRT", package="rodeoApp"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.