Learn R Programming

Simile (version 1.3.4)

use.simile.at: 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)

Value

undefined.

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"

Author

Simulistics Ltd

Examples

Run this code
use.simile.at("dummy/path")

Run the code above in your browser using DataLab