initRsSimulx | R Documentation |
Initialize RsSimulx library
initRsSimulx(path = NULL, ...)
path |
(character) (optional) Path to installation directory of the Lixoft suite. If RsSimulx library is not already loaded and no path is given, the directory written in the lixoft.ini file is used for initialization. |
... |
(optional) Extra arguments passed to lixoftConnectors package when RsSimulx is used with a version of Lixoft(/@) software suite.
|
A list:
software
: the software that is used (should be simulx)
path
: the path to MonolixSuite
version
: the version of MonolixSuite that is used
status
: boolean equaling TRUE if the initialization has been successful.
## Not run:
initRsSimulx(path = "/path/to/lixoftRuntime/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.