use.simile.at {Simile} | R Documentation |
Initialize the Simile interface
Description
This tells the package where to find an installed copy of Simile. It then loads the Tcl command implementations in the Simile installation to enable R's tcltk package to communicate with Simile's saved executable models. It should be called only once in a session.
Usage
use.simile.at(path.to.installation)
Arguments
path.to.installation |
Absolute or realtive path to top directory of Simile installation, e.g., "c:/Program files/Simile5.97" or "/usr/lib64/Simile-6.3" |
Value
undefined.
Author(s)
Simulistics Ltd
Examples
use.simile.at("dummy/path")
[Package Simile version 1.3.3 Index]